diff --git a/CHANGELOG.md b/CHANGELOG.md index 387325e..6ab88c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [1.3.0](https://github.com/cinnyapp/folds/compare/v1.2.1...v1.3.0) (2023-06-24) + +### Features + +- more icons ([#23](https://github.com/cinnyapp/folds/issues/23)) ([4f5edef](https://github.com/cinnyapp/folds/commit/4f5edefe43b86658e5614695f1edcdd343a519f7)) + ## [1.2.1](https://github.com/cinnyapp/folds/compare/v1.2.0...v1.2.1) (2023-06-09) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 23d860a..05d7548 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "folds", - "version": "1.2.1", + "version": "1.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "folds", - "version": "1.2.1", + "version": "1.3.0", "license": "Apache-2.0", "devDependencies": { "@babel/core": "^7.20.12", diff --git a/package.json b/package.json index 1afe40c..6f24c35 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "folds", - "version": "1.2.1", + "version": "1.3.0", "author": "Ajay Bura (ajbura)", "license": "Apache-2.0", "main": "dist/index.js",