From 4225fa52f2543f1e9836daf7f8d16ac598d03c22 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 30 Mar 2021 11:48:22 +0200 Subject: [PATCH] chore(release): 1.9.0 [skip ci] # [1.9.0](https://github.com/kolplattformen/skolplattformen/compare/v1.8.0...v1.9.0) (2021-03-30) ### Features * **site:** add timeline ([#223](https://github.com/kolplattformen/skolplattformen/issues/223)) ([1e8a21f](https://github.com/kolplattformen/skolplattformen/commit/1e8a21f3fb66102b79361d53cd1d0fae42f8d0de)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73de22e0..cba5e943 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.9.0](https://github.com/kolplattformen/skolplattformen/compare/v1.8.0...v1.9.0) (2021-03-30) + + +### Features + +* **site:** add timeline ([#223](https://github.com/kolplattformen/skolplattformen/issues/223)) ([1e8a21f](https://github.com/kolplattformen/skolplattformen/commit/1e8a21f3fb66102b79361d53cd1d0fae42f8d0de)) + # [1.8.0](https://github.com/kolplattformen/skolplattformen/compare/v1.7.0...v1.8.0) (2021-03-29) diff --git a/package.json b/package.json index c9a21044..cb71b59a 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.8.0" + "version": "1.9.0" }