diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ee41dd8..5ae0f57 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2026.6.0" + ".": "2026.6.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d3af6e3..82d40c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [2026.6.1](https://github.com/mightea/MotoManager/compare/2026.6.0...2026.6.1) (2026-06-04) + + +### ✨ Features + +* derive a motorcycle's current location only from storage locations ([042b16d](https://github.com/mightea/MotoManager/commit/042b16d1cfdde99621975ca3706fc1b7ab140db1)) +* typed location manager with map picker and bulk type assignment ([9c60823](https://github.com/mightea/MotoManager/commit/9c6082377935c610c2005fb1913192112318035f)) + + +### 🐛 Bug Fixes + +* persist maintenance location via locationId and stop toast loop ([92b4371](https://github.com/mightea/MotoManager/commit/92b43718671669d732db90aa924db6686a7e2a39)) + + +### ✏️ Miscellaneous Chores + +* bump frontend dependencies to latest versions ([5a456bf](https://github.com/mightea/MotoManager/commit/5a456bff5b1c6c87e6d15ea3d797f9071bc1eb19)) + ## [2026.6.0](https://github.com/mightea/MotoManager/compare/2026.5.8...2026.6.0) (2026-06-01) diff --git a/package.json b/package.json index ade7d3f..f49c552 100644 --- a/package.json +++ b/package.json @@ -62,5 +62,5 @@ "vite-plugin-babel": "^1.7.3", "vitest": "^4.1.8" }, - "version": "2026.6.0" + "version": "2026.6.1" }