diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ce6d0f..387325e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.2.1](https://github.com/cinnyapp/folds/compare/v1.2.0...v1.2.1) (2023-06-09) + +### Bug Fixes + +- theme ([#22](https://github.com/cinnyapp/folds/issues/22)) ([d7de8f4](https://github.com/cinnyapp/folds/commit/d7de8f4d1435611b5ac3519ae137c45ac4a3270a)) + # [1.2.0](https://github.com/cinnyapp/folds/compare/v1.1.3...v1.2.0) (2023-05-27) ### Features diff --git a/package-lock.json b/package-lock.json index 3f035a0..93e3bf1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "folds", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "folds", - "version": "1.2.0", + "version": "1.2.1", "license": "Apache-2.0", "dependencies": { "@fontsource/inter": "^4.5.12", diff --git a/package.json b/package.json index 68cb440..1afe40c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "folds", - "version": "1.2.0", + "version": "1.2.1", "author": "Ajay Bura (ajbura)", "license": "Apache-2.0", "main": "dist/index.js",