Skip to content

Commit dbe3b8f

Browse files
author
Joe Niemi
authored
Merge branch 'master' into develop
2 parents 1d9b119 + 332a6d4 commit dbe3b8f

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## <small>1.4.1 (2022-08-19)</small>
2+
3+
* Digitransit url changed ([fa84f5c](https://github.com/HSLdevcom/jore-map-ui/commit/fa84f5c))
4+
* Fixed scrolling issue ([1794a62](https://github.com/HSLdevcom/jore-map-ui/commit/1794a62))
5+
* Fixed siuntio shortIdOption ([ac3843d](https://github.com/HSLdevcom/jore-map-ui/commit/ac3843d))
6+
* Support for Siuntio (So) and Askola (As) shortIds ([5f1d1a8](https://github.com/HSLdevcom/jore-map-ui/commit/5f1d1a8))
7+
* Trim routePath whitespaces ([1e7f518](https://github.com/HSLdevcom/jore-map-ui/commit/1e7f518))
8+
* trim whitespaces from each request object ([a808996](https://github.com/HSLdevcom/jore-map-ui/commit/a808996))
9+
10+
11+
112
## 1.4.0 (2022-02-17)
213

314
* StopArea name max length is now 20 ([1424515](https://github.com/HSLdevcom/jore-map-ui/commit/1424515))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jore-map-ui",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"private": true,
55
"dependencies": {
66
"@babel/core": "7.10.5",

src/project/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "1.4.0"
2+
"version": "1.4.1"
33
}

0 commit comments

Comments
 (0)