From b243d3cab3e93e1076b51526271cfc7f27fae8e5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 1 Apr 2021 13:44:54 +0200 Subject: [PATCH] chore(release): 1.10.1 [skip ci] ## [1.10.1](https://github.com/kolplattformen/skolplattformen/compare/v1.10.0...v1.10.1) (2021-04-01) ### Bug Fixes * fel i datumhantering ([#241](https://github.com/kolplattformen/skolplattformen/issues/241)) ([7e1b068](https://github.com/kolplattformen/skolplattformen/commit/7e1b068e8f8fc3a23ad16cc25cb340a026f1f5eb)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 008ec64e..5cd295f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.10.1](https://github.com/kolplattformen/skolplattformen/compare/v1.10.0...v1.10.1) (2021-04-01) + + +### Bug Fixes + +* fel i datumhantering ([#241](https://github.com/kolplattformen/skolplattformen/issues/241)) ([7e1b068](https://github.com/kolplattformen/skolplattformen/commit/7e1b068e8f8fc3a23ad16cc25cb340a026f1f5eb)) + # [1.10.0](https://github.com/kolplattformen/skolplattformen/compare/v1.9.5...v1.10.0) (2021-04-01) diff --git a/package.json b/package.json index c74c8077..0faa198a 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.10.0" + "version": "1.10.1" }