From 0dabf08c5388bbc784951a6195d36bfa9a172ed2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 18 Sep 2021 20:47:27 +0200 Subject: [PATCH] chore(release): 1.44.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [1.44.0](https://github.com/kolplattformen/skolplattformen/compare/v1.43.2...v1.44.0) (2021-09-18) ### Features * 🎸 Changed newsListItem display date to modified ([c1da658](https://github.com/kolplattformen/skolplattformen/commit/c1da6583881e6813eb68118fc41706fc3b65be9e)) * 🎸 Modified used for child overview as well ([0ad8bfe](https://github.com/kolplattformen/skolplattformen/commit/0ad8bfe15c544f2fe34a7d7b2bc4284dec70a6b3)) * 🎸 Updated embedded for correct sorting ([9efef8d](https://github.com/kolplattformen/skolplattformen/commit/9efef8dad9e44e80422feb94ff7c68b22f3be51f)) --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f45c8834..3cb118e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [1.44.0](https://github.com/kolplattformen/skolplattformen/compare/v1.43.2...v1.44.0) (2021-09-18) + + +### Features + +* 🎸 Changed newsListItem display date to modified ([c1da658](https://github.com/kolplattformen/skolplattformen/commit/c1da6583881e6813eb68118fc41706fc3b65be9e)) +* 🎸 Modified used for child overview as well ([0ad8bfe](https://github.com/kolplattformen/skolplattformen/commit/0ad8bfe15c544f2fe34a7d7b2bc4284dec70a6b3)) +* 🎸 Updated embedded for correct sorting ([9efef8d](https://github.com/kolplattformen/skolplattformen/commit/9efef8dad9e44e80422feb94ff7c68b22f3be51f)) + ## [1.43.2](https://github.com/kolplattformen/skolplattformen/compare/v1.43.1...v1.43.2) (2021-09-16) diff --git a/package.json b/package.json index e4926eb6..e5e5f41e 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.2" + "version": "1.44.0" }