diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4a263fa4..af4b15c5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.0-alpha.1" + ".": "2.0.0-alpha.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b42bbb98..47b3364c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## [2.0.0-alpha.2](https://github.com/Problematy/goodmap/compare/2.0.0-alpha.1...2.0.0-alpha.2) (2026-07-06) + + +### Features + +* allow goodmaps plugins ([#379](https://github.com/Problematy/goodmap/issues/379)) ([b676411](https://github.com/Problematy/goodmap/commit/b67641111c1c9483005e7215afff7216145a4d3f)) + ## [2.0.0-alpha.1](https://github.com/Problematy/goodmap/compare/2.0.0-alpha...2.0.0-alpha.1) (2026-06-29) diff --git a/frontend/package.json b/frontend/package.json index 679e9c98..d0f417a8 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "@problematy/goodmap", - "version": "2.0.0-alpha.1", + "version": "2.0.0-alpha.2", "engines": { "node": ">=24.0.0" }, diff --git a/pyproject.toml b/pyproject.toml index 93883c79..e60e6c5e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "goodmap" -version = "2.0.0-alpha.1" +version = "2.0.0-alpha.2" description = "Map engine to serve all the people :)" authors = ["Krzysztof Kolodzinski "] readme = "README.md"