From 61f0bb0241c8a2919bfb38c388987a80fc776b66 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 17 May 2021 07:13:11 +0200 Subject: [PATCH] chore(release): 1.35.0 [skip ci] # [1.35.0](https://github.com/kolplattformen/skolplattformen/compare/v1.34.2...v1.35.0) (2021-05-17) ### Features * **site:** dark mode ([#393](https://github.com/kolplattformen/skolplattformen/issues/393)) ([36e809a](https://github.com/kolplattformen/skolplattformen/commit/36e809a5f007a66ee1c38faf0c8593df44e90bb1)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1731761..3db5f13d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.35.0](https://github.com/kolplattformen/skolplattformen/compare/v1.34.2...v1.35.0) (2021-05-17) + + +### Features + +* **site:** dark mode ([#393](https://github.com/kolplattformen/skolplattformen/issues/393)) ([36e809a](https://github.com/kolplattformen/skolplattformen/commit/36e809a5f007a66ee1c38faf0c8593df44e90bb1)) + ## [1.34.2](https://github.com/kolplattformen/skolplattformen/compare/v1.34.1...v1.34.2) (2021-05-16) diff --git a/package-lock.json b/package-lock.json index b3dd7626..1a19e468 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "root", - "version": "1.34.2", + "version": "1.35.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 0e129dcd..86dea2f0 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.34.2" + "version": "1.35.0" }