diff --git a/CHANGELOG.md b/CHANGELOG.md index c836448a0..7d7a95fa8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.4.203](https://github.com/FRSOURCE/light-scrollbar/compare/v1.4.202...v1.4.203) (2024-06-24) + + +### Bug Fixes + +* **deps:** update all non-major dependency bump ([#445](https://github.com/FRSOURCE/light-scrollbar/issues/445)) ([69ac2d1](https://github.com/FRSOURCE/light-scrollbar/commit/69ac2d11ad424ef4a8ef1a321c200645c78ae4aa)) + ## [1.4.202](https://github.com/FRSOURCE/light-scrollbar/compare/v1.4.201...v1.4.202) (2024-06-24) ## [1.4.201](https://github.com/FRSOURCE/light-scrollbar/compare/v1.4.200...v1.4.201) (2024-06-17) diff --git a/package.json b/package.json index eb4554f93..3921bfdd6 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.4.202", + "version": "1.4.203", "name": "@frsource/light-scrollbar", "description": "Minimalistic plugin to create custom scrollbars! 💪", "source": "./src/index.ts",