From df32967ca281341db85a9acd56bf16e8e8c5b24e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 13 Apr 2021 15:47:20 +0200 Subject: [PATCH] chore(release): 1.15.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [1.15.0](https://github.com/kolplattformen/skolplattformen/compare/v1.14.0...v1.15.0) (2021-04-13) ### Features * 🎸 Updated curriculum ([#268](https://github.com/kolplattformen/skolplattformen/issues/268)) ([960be8a](https://github.com/kolplattformen/skolplattformen/commit/960be8a33460e3fe40cd9477e9b3c805bbbb88d9)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 214c9ebf..89d2c7a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.15.0](https://github.com/kolplattformen/skolplattformen/compare/v1.14.0...v1.15.0) (2021-04-13) + + +### Features + +* 🎸 Updated curriculum ([#268](https://github.com/kolplattformen/skolplattformen/issues/268)) ([960be8a](https://github.com/kolplattformen/skolplattformen/commit/960be8a33460e3fe40cd9477e9b3c805bbbb88d9)) + # [1.14.0](https://github.com/kolplattformen/skolplattformen/compare/v1.13.0...v1.14.0) (2021-04-13) diff --git a/package.json b/package.json index 9667ca6b..0a53f100 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.14.0" + "version": "1.15.0" }