diff --git a/CHANGELOG.md b/CHANGELOG.md index e8823c23..0be820e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.43.1](https://github.com/kolplattformen/skolplattformen/compare/v1.43.0...v1.43.1) (2021-09-16) + + +### Bug Fixes + +* 🐛 ÖversĂ€ttningar pĂ„ menytabbarna ([#471](https://github.com/kolplattformen/skolplattformen/issues/471)) ([b7a732d](https://github.com/kolplattformen/skolplattformen/commit/b7a732d21b1a84c3a3a26b7eb680937384de4c93)) + # [1.43.0](https://github.com/kolplattformen/skolplattformen/compare/v1.42.2...v1.43.0) (2021-09-16) diff --git a/package.json b/package.json index 97a405f3..1580707b 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.43.0" + "version": "1.43.1" }