From 0e18ca2ab91b0469f2691de4fa57a7c8917ef0fe Mon Sep 17 00:00:00 2001 From: "problematy-releaser[bot]" <232629981+problematy-releaser[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 08:29:01 +0000 Subject: [PATCH] chore(next): release 2.0.0-alpha.5 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ frontend/package.json | 2 +- pyproject.toml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4d7e2477..d7b25484 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.0-alpha.4" + ".": "2.0.0-alpha.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b2a57912..3ffa9c4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## [2.0.0-alpha.5](https://github.com/Problematy/goodmap/compare/2.0.0-alpha.4...2.0.0-alpha.5) (2026-07-28) + + +### Features + +* added filter types ([#388](https://github.com/Problematy/goodmap/issues/388)) ([0d80fc2](https://github.com/Problematy/goodmap/commit/0d80fc29c6c111653a7391ad13c58a57e878f7d2)) + ## [2.0.0-alpha.4](https://github.com/Problematy/goodmap/compare/2.0.0-alpha.3...2.0.0-alpha.4) (2026-07-27) diff --git a/frontend/package.json b/frontend/package.json index 04e4ca51..281e63ea 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "@problematy/goodmap", - "version": "2.0.0-alpha.4", + "version": "2.0.0-alpha.5", "engines": { "node": ">=24.0.0" }, diff --git a/pyproject.toml b/pyproject.toml index 25681d3a..cae2bf78 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "goodmap" -version = "2.0.0-alpha.4" +version = "2.0.0-alpha.5" description = "Map engine to serve all the people :)" authors = ["Krzysztof Kolodzinski "] readme = "README.md"