Skip to content

Commit d56bc2d

Browse files
committed
Update Changelog
1 parent a9048b2 commit d56bc2d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,10 @@ you may need and is probably a good idea to provide it from your backend.
101101

102102
## Changelog
103103

104+
## [v1.2.0]
105+
### Changed
106+
- using breakPointPartition thanks to @GreenGremlin
107+
104108
## [v1.1.1]
105109
### Changed
106110
- using BST based linear partitioning instead of greedy one

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "perfect-layout",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Image layout generator based on linear partitioning",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)