diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a055dd..23b5e0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.5.2](https://github.com/cinnyapp/folds/compare/v1.5.1...v1.5.2) (2024-02-04) + +### Bug Fixes + +- badge outline style ([#32](https://github.com/cinnyapp/folds/issues/32)) ([86d9b0f](https://github.com/cinnyapp/folds/commit/86d9b0f4237511f22de088bf0c681eeb1546eb12)) + ## [1.5.1](https://github.com/cinnyapp/folds/compare/v1.5.0...v1.5.1) (2023-12-28) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 4ee6332..eb1d204 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "folds", - "version": "1.5.1", + "version": "1.5.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "folds", - "version": "1.5.1", + "version": "1.5.2", "license": "Apache-2.0", "devDependencies": { "@babel/core": "^7.20.12", diff --git a/package.json b/package.json index 8b311c2..ac584a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "folds", - "version": "1.5.1", + "version": "1.5.2", "author": "Ajay Bura (ajbura)", "license": "Apache-2.0", "main": "dist/index.js",