diff --git a/CHANGELOG.md b/CHANGELOG.md index 93eb59274..0708d386b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## 1.4.1 (2022-08-19) + +* Digitransit url changed ([fa84f5c](https://github.com/HSLdevcom/jore-map-ui/commit/fa84f5c)) +* Fixed scrolling issue ([1794a62](https://github.com/HSLdevcom/jore-map-ui/commit/1794a62)) +* Fixed siuntio shortIdOption ([ac3843d](https://github.com/HSLdevcom/jore-map-ui/commit/ac3843d)) +* Support for Siuntio (So) and Askola (As) shortIds ([5f1d1a8](https://github.com/HSLdevcom/jore-map-ui/commit/5f1d1a8)) +* Trim routePath whitespaces ([1e7f518](https://github.com/HSLdevcom/jore-map-ui/commit/1e7f518)) +* trim whitespaces from each request object ([a808996](https://github.com/HSLdevcom/jore-map-ui/commit/a808996)) + + + ## 1.4.0 (2022-02-17) * StopArea name max length is now 20 ([1424515](https://github.com/HSLdevcom/jore-map-ui/commit/1424515)) diff --git a/package.json b/package.json index 67e38982b..d6bce8ccb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jore-map-ui", - "version": "1.4.0", + "version": "1.4.1", "private": true, "dependencies": { "@babel/core": "7.10.5", diff --git a/src/project/version.json b/src/project/version.json index d19a95830..519ae5bbe 100644 --- a/src/project/version.json +++ b/src/project/version.json @@ -1,3 +1,3 @@ { - "version": "1.4.0" + "version": "1.4.1" }