diff --git a/CHANGELOG.md b/CHANGELOG.md index 39f3926b..b9ed0be3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.2.1](https://github.com/hasadna/open-bus-map-search/compare/v1.2.0...v1.2.1) (2024-11-24) + + +### Bug Fixes + +* donation modal text dark mode ([#920](https://github.com/hasadna/open-bus-map-search/issues/920)) ([eb9f605](https://github.com/hasadna/open-bus-map-search/commit/eb9f605a7f2c48d87f0416f1b7f2284ca9c6392a)) +* Temporary fix suggestion of the unreadable text in the Donate Modal ([#908](https://github.com/hasadna/open-bus-map-search/issues/908)) ([267d1c7](https://github.com/hasadna/open-bus-map-search/commit/267d1c7fab608932c0764dff11d36e954a39c4dd)) + + +### Performance Improvements + +* reduce number of concurrent requests ([#919](https://github.com/hasadna/open-bus-map-search/issues/919)) ([8003efe](https://github.com/hasadna/open-bus-map-search/commit/8003efeb734d6f3330ec451dea1315c1ddcc89a2)) + ## [1.2.0](https://github.com/hasadna/open-bus-map-search/compare/v1.1.0...v1.2.0) (2024-11-04) diff --git a/package-lock.json b/package-lock.json index 1283f3ae..4c69ba54 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "open-bus-map-search", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "open-bus-map-search", - "version": "1.2.0", + "version": "1.2.1", "dependencies": { "@applitools/eyes-playwright": "^1.32.0", "@emotion/react": "^11.11.4", diff --git a/package.json b/package.json index 0a7c87bb..71c01895 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "open-bus-map-search", - "version": "1.2.0", + "version": "1.2.1", "private": true, "type": "commonjs", "dependencies": {