chore(release): 1.9.2 [skip ci]

## [1.9.2](https://github.com/kolplattformen/skolplattformen/compare/v1.9.1...v1.9.2) (2021-03-31)

### Bug Fixes

* korrekt registrering av cookie jar ([b24e090](b24e090471))
This commit is contained in:
semantic-release-bot 2021-03-31 07:52:18 +02:00
parent 8055413f6e
commit 629a049fda
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
## [1.9.2](https://github.com/kolplattformen/skolplattformen/compare/v1.9.1...v1.9.2) (2021-03-31)
### Bug Fixes
* korrekt registrering av cookie jar ([b24e090](https://github.com/kolplattformen/skolplattformen/commit/b24e09047115c043e022a984eae4522ccec24693))
## [1.9.1](https://github.com/kolplattformen/skolplattformen/compare/v1.9.0...v1.9.1) (2021-03-31)

View File

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