diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ff905b..3a055dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.5.1](https://github.com/cinnyapp/folds/compare/v1.5.0...v1.5.1) (2023-12-28) + +### Bug Fixes + +- component props bug ([#29](https://github.com/cinnyapp/folds/issues/29)) ([5990788](https://github.com/cinnyapp/folds/commit/5990788b2811e8a9bbf2271813336c84f85f8791)) + # [1.5.0](https://github.com/cinnyapp/folds/compare/v1.4.1...v1.5.0) (2023-09-28) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 71b5dca..4ee6332 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "folds", - "version": "1.5.0", + "version": "1.5.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "folds", - "version": "1.5.0", + "version": "1.5.1", "license": "Apache-2.0", "devDependencies": { "@babel/core": "^7.20.12", diff --git a/package.json b/package.json index fab9032..8b311c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "folds", - "version": "1.5.0", + "version": "1.5.1", "author": "Ajay Bura (ajbura)", "license": "Apache-2.0", "main": "dist/index.js",