diff --git a/CHANGELOG.md b/CHANGELOG.md index e28c5d4..8ff905b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [1.5.0](https://github.com/cinnyapp/folds/compare/v1.4.1...v1.5.0) (2023-09-28) + +### Bug Fixes + +- adaptive popout & tooltip position ([#28](https://github.com/cinnyapp/folds/issues/28)) ([3c30e66](https://github.com/cinnyapp/folds/commit/3c30e66c55fe53bf3c34720b3617492a9b7a3ea3)) + +### Features + +- size prop in menu item ([#27](https://github.com/cinnyapp/folds/issues/27)) ([020afd7](https://github.com/cinnyapp/folds/commit/020afd7844b262c16164ba94bfeb92eb5b268e83)) + ## [1.4.1](https://github.com/cinnyapp/folds/compare/v1.4.0...v1.4.1) (2023-09-07) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index d64c48f..71b5dca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "folds", - "version": "1.4.1", + "version": "1.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "folds", - "version": "1.4.1", + "version": "1.5.0", "license": "Apache-2.0", "devDependencies": { "@babel/core": "^7.20.12", diff --git a/package.json b/package.json index 3c2e76b..fab9032 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "folds", - "version": "1.4.1", + "version": "1.5.0", "author": "Ajay Bura (ajbura)", "license": "Apache-2.0", "main": "dist/index.js",