diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 60ec898..5deeda0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.0.9" + ".": "3.0.10" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c041b0a..28574d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [3.0.10](https://github.com/Endika/EventSplit/compare/v3.0.9...v3.0.10) (2026-08-04) + + +### Chores + +* **deps:** bump brace-expansion ([c44fae2](https://github.com/Endika/EventSplit/commit/c44fae2e4af67cfa1dfc6dcbd162032383bc26fb)) +* **deps:** bump fast-uri from 3.1.2 to 3.1.5 ([720c662](https://github.com/Endika/EventSplit/commit/720c662f38cf5848df0c3b1d8fae2ac8ae3564c4)) +* **deps:** bump the npm-minor-patch group with 7 updates ([c698959](https://github.com/Endika/EventSplit/commit/c698959990035eac1c13776e8cebf2699ae46991)) + ## [3.0.9](https://github.com/Endika/EventSplit/compare/v3.0.8...v3.0.9) (2026-07-28) diff --git a/package-lock.json b/package-lock.json index 40341d2..19c8515 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eventsplit", - "version": "3.0.9", + "version": "3.0.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "eventsplit", - "version": "3.0.9", + "version": "3.0.10", "dependencies": { "@supabase/supabase-js": "^2.111.0", "i18next": "^26.3.6", diff --git a/package.json b/package.json index f004313..1a109e0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "eventsplit", "private": true, - "version": "3.0.9", + "version": "3.0.10", "type": "module", "scripts": { "dev": "vite",