diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7050b0a4..90f64810 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.0-alpha.6" + ".": "2.0.0-alpha.7" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6de9c00d..9d07308d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## [2.0.0-alpha.7](https://github.com/Problematy/goodmap/compare/2.0.0-alpha.6...2.0.0-alpha.7) (2026-08-21) + + +### Features + +* added markers styling ([#393](https://github.com/Problematy/goodmap/issues/393)) ([dae009b](https://github.com/Problematy/goodmap/commit/dae009b551400eb9d5554f655795cc92ff1a8216)) + ## [2.0.0-alpha.6](https://github.com/Problematy/goodmap/compare/2.0.0-alpha.5...2.0.0-alpha.6) (2026-08-19) diff --git a/frontend/package.json b/frontend/package.json index 88fcd055..f0ff6eb3 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "@problematy/goodmap", - "version": "2.0.0-alpha.6", + "version": "2.0.0-alpha.7", "engines": { "node": ">=24.0.0" }, diff --git a/pyproject.toml b/pyproject.toml index 889cc7db..e4bd42c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "goodmap" -version = "2.0.0-alpha.6" +version = "2.0.0-alpha.7" description = "Map engine to serve all the people :)" authors = ["Krzysztof Kolodzinski "] readme = "README.md"