From 4f8fab44b9046b8f48b983f60dc84e9c2c662463 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 19 Sep 2021 01:42:05 +0000 Subject: [PATCH] chore(release): 3.0.20 [skip ci] ## [3.0.20](https://github.com/6eDesign/svelte-calendar/compare/v3.0.19...v3.0.20) (2021-09-19) ### Bug Fixes * **#128, #126:** Updates to project configuration to support usage inside svelte-kit applications ([#129](https://github.com/6eDesign/svelte-calendar/issues/129)) ([739b6d4](https://github.com/6eDesign/svelte-calendar/commit/739b6d46864b0b303e4a43c598788df95c102a7c)), closes [#128](https://github.com/6eDesign/svelte-calendar/issues/128) [#126](https://github.com/6eDesign/svelte-calendar/issues/126) --- 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 266eb71..994b665 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.0.20](https://github.com/6eDesign/svelte-calendar/compare/v3.0.19...v3.0.20) (2021-09-19) + + +### Bug Fixes + +* **#128, #126:** Updates to project configuration to support usage inside svelte-kit applications ([#129](https://github.com/6eDesign/svelte-calendar/issues/129)) ([739b6d4](https://github.com/6eDesign/svelte-calendar/commit/739b6d46864b0b303e4a43c598788df95c102a7c)), closes [#128](https://github.com/6eDesign/svelte-calendar/issues/128) [#126](https://github.com/6eDesign/svelte-calendar/issues/126) + ## [3.0.27](https://github.com/6eDesign/svelte-calendar/compare/v3.0.26...v3.0.27) (2021-09-19) diff --git a/package-lock.json b/package-lock.json index cff29d9..b4e3497 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "svelte-calendar", - "version": "3.0.27", + "version": "3.0.20", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 578eb07..4c8f3a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte-calendar", - "version": "3.0.27", + "version": "3.0.20", "main": "index.js", "scripts": { "dev": "svelte-kit dev",