diff --git a/CHANGELOG.md b/CHANGELOG.md index 91c6250..e28c5d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.4.1](https://github.com/cinnyapp/folds/compare/v1.4.0...v1.4.1) (2023-09-07) + +### Bug Fixes + +- fix scroll corner color ([#26](https://github.com/cinnyapp/folds/issues/26)) ([fa6ce32](https://github.com/cinnyapp/folds/commit/fa6ce329fd3e08e13070234feebc3258308c6ee0)) + # [1.4.0](https://github.com/cinnyapp/folds/compare/v1.3.0...v1.4.0) (2023-08-16) ### Features diff --git a/package-lock.json b/package-lock.json index 6403122..d64c48f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "folds", - "version": "1.4.0", + "version": "1.4.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "folds", - "version": "1.4.0", + "version": "1.4.1", "license": "Apache-2.0", "devDependencies": { "@babel/core": "^7.20.12", diff --git a/package.json b/package.json index 87fbbe2..3c2e76b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "folds", - "version": "1.4.0", + "version": "1.4.1", "author": "Ajay Bura (ajbura)", "license": "Apache-2.0", "main": "dist/index.js",