diff --git a/CHANGELOG.md b/CHANGELOG.md index 030931c29..b16b1d7d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.29.4](https://github.com/WatWowMap/ReactMap/compare/v1.29.3...v1.29.4) (2024-02-06) + + +### Bug Fixes + +* needs & attempt to not run double ([abcaaab](https://github.com/WatWowMap/ReactMap/commit/abcaaab5d65d68b98570727f21879e31f81f622e)) + ## [1.29.3](https://github.com/WatWowMap/ReactMap/compare/v1.29.2...v1.29.3) (2024-02-06) diff --git a/package.json b/package.json index 9fc5c9255..cbbc4b9d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reactmap", - "version": "1.29.3", + "version": "1.29.4", "private": true, "description": "React based frontend map.", "license": "MIT",