From dbff2851c65cdefa0790fc0ed2d8241f7774a368 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 15 Jan 2024 06:44:54 +0000 Subject: [PATCH] chore(release): 1.4.155 [skip ci] ## [1.4.155](https://github.com/FRSOURCE/light-scrollbar/compare/v1.4.154...v1.4.155) (2024-01-15) ### Bug Fixes * **deps:** update all non-major dependency bump ([#390](https://github.com/FRSOURCE/light-scrollbar/issues/390)) ([796b665](https://github.com/FRSOURCE/light-scrollbar/commit/796b665ce70ded41a6234215a535a90159487e5c)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 579205a3b..57bbd3ea7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.4.155](https://github.com/FRSOURCE/light-scrollbar/compare/v1.4.154...v1.4.155) (2024-01-15) + + +### Bug Fixes + +* **deps:** update all non-major dependency bump ([#390](https://github.com/FRSOURCE/light-scrollbar/issues/390)) ([796b665](https://github.com/FRSOURCE/light-scrollbar/commit/796b665ce70ded41a6234215a535a90159487e5c)) + ## [1.4.154](https://github.com/FRSOURCE/light-scrollbar/compare/v1.4.153...v1.4.154) (2024-01-15) ## [1.4.153](https://github.com/FRSOURCE/light-scrollbar/compare/v1.4.152...v1.4.153) (2024-01-09) diff --git a/package.json b/package.json index f3b965dec..22a6fca91 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.4.154", + "version": "1.4.155", "name": "@frsource/light-scrollbar", "description": "Minimalistic plugin to create custom scrollbars! 💪", "source": "./src/index.ts",