chore(release): 1.9.5 [skip ci]

## [1.9.5](https://github.com/kolplattformen/skolplattformen/compare/v1.9.4...v1.9.5) (2021-04-01)

### Bug Fixes

* 🐛 Korrekt registrering av CookieJar för Android ([74de762](74de762f9a))
This commit is contained in:
semantic-release-bot 2021-04-01 11:52:49 +02:00
parent ac5f6c7179
commit 88990234a1
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
## [1.9.5](https://github.com/kolplattformen/skolplattformen/compare/v1.9.4...v1.9.5) (2021-04-01)
### Bug Fixes
* 🐛 Korrekt registrering av CookieJar för Android ([74de762](https://github.com/kolplattformen/skolplattformen/commit/74de762f9aa223fc1c7507adf0cfb003994890fd))
## [1.9.4](https://github.com/kolplattformen/skolplattformen/compare/v1.9.3...v1.9.4) (2021-04-01)

View File

@ -9,5 +9,5 @@
"test": "npx lerna run test --stream",
"lint": "npx lerna run lint --stream"
},
"version": "1.9.4"
"version": "1.9.5"
}