diff --git a/CHANGELOG.md b/CHANGELOG.md index 198a04e..06903f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.0.5](https://github.com/cinnyapp/folds/compare/v1.0.4...v1.0.5) (2023-02-19) + +### Bug Fixes + +- icons name type ([#12](https://github.com/cinnyapp/folds/issues/12)) ([7742a89](https://github.com/cinnyapp/folds/commit/7742a891d63e57e34fc27a891beaa1694e675152)) + ## [1.0.4](https://github.com/cinnyapp/folds/compare/v1.0.3...v1.0.4) (2023-02-04) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 6875da0..d82304a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "folds", - "version": "1.0.4", + "version": "1.0.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "folds", - "version": "1.0.4", + "version": "1.0.5", "license": "Apache-2.0", "dependencies": { "@fontsource/inter": "^4.5.12", diff --git a/package.json b/package.json index 6e412d7..bc0fefb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "folds", - "version": "1.0.4", + "version": "1.0.5", "author": "Ajay Bura (ajbura)", "license": "Apache-2.0", "main": "dist/index.js",