From c5335d6d93ebcc42a6176a84cf58ba312a0d4351 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 9 Jul 2023 03:30:45 +0000 Subject: [PATCH] chore(main): release 1.0.16 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a25a49e..cc0aa2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.0.16](https://github.com/Rel1cx/sensi-mouse/compare/v1.0.15...v1.0.16) (2023-07-09) + + +### Bug Fixes + +* **deps:** update rust crate regex to 1.9.1 ([f93b7e9](https://github.com/Rel1cx/sensi-mouse/commit/f93b7e9cd67da5087cdc4200b1ef26a694fbc717)) +* **deps:** update rust crate window-vibrancy to 0.4 ([a109781](https://github.com/Rel1cx/sensi-mouse/commit/a109781fdb129ce05a66c95c7b65f13c9ddaf30c)) + ## [1.0.15](https://github.com/Rel1cx/sensi-mouse/compare/v1.0.14...v1.0.15) (2023-07-06) diff --git a/package.json b/package.json index a412a69..a65732f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sensi-mouse", - "version": "1.0.15", + "version": "1.0.16", "type": "module", "scripts": { "build": "typesafe-i18n --no-watch && tsc && vite build",