chore(release): 1.34.1 [skip ci]

## [1.34.1](https://github.com/kolplattformen/skolplattformen/compare/v1.34.0...v1.34.1) (2021-05-12)

### Bug Fixes

* 🐛 Added a11y lint and fixes those errors ([a37aeab](a37aeabf88))
This commit is contained in:
semantic-release-bot 2021-05-12 11:53:02 +02:00
parent c14bb8642c
commit 4c59504617
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
## [1.34.1](https://github.com/kolplattformen/skolplattformen/compare/v1.34.0...v1.34.1) (2021-05-12)
### Bug Fixes
* 🐛 Added a11y lint and fixes those errors ([a37aeab](https://github.com/kolplattformen/skolplattformen/commit/a37aeabf8807e16ac04f59b82ddd40aff3567252))
# [1.34.0](https://github.com/kolplattformen/skolplattformen/compare/v1.33.1...v1.34.0) (2021-05-12)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "root",
"version": "1.34.0",
"version": "1.34.1",
"lockfileVersion": 2,
"requires": true,
"packages": {

View File

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