diff --git a/CHANGELOG.md b/CHANGELOG.md index d39559d6..2c48cdad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.21.1](https://github.com/kolplattformen/skolplattformen/compare/v1.21.0...v1.21.1) (2021-04-20) + + +### Bug Fixes + +* 🐛 Adress call turned off everywhere ([b95c9e7](https://github.com/kolplattformen/skolplattformen/commit/b95c9e77cf9adb4d1521cff1af992dba34325641)) + # [1.21.0](https://github.com/kolplattformen/skolplattformen/compare/v1.20.1...v1.21.0) (2021-04-20) diff --git a/package.json b/package.json index 529d1a98..312f1794 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.21.0" + "version": "1.21.1" }