diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f00b35d..c6c56242 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index c0ed363c..e9c946eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "root", - "version": "1.34.0", + "version": "1.34.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 508d4908..1684d9b2 100644 --- a/package.json +++ b/package.json @@ -9,5 +9,5 @@ "test": "npx lerna run test --stream", "lint": "npx lerna run lint --stream" }, - "version": "1.34.0" + "version": "1.34.1" }