From dc6d3762ae274c9bf473d4707c26e1187a7f0a24 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 19 Sep 2021 03:19:26 +0000 Subject: [PATCH] chore(release): 3.0.35 [skip ci] ## [3.0.35](https://github.com/6eDesign/svelte-calendar/compare/v3.0.34...v3.0.35) (2021-09-19) ### Bug Fixes * docs ([2afef36](https://github.com/6eDesign/svelte-calendar/commit/2afef3679791f9f7c0806bf52b7d8e4ecdd59722)) --- 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 4c2cd43..c15715c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.0.35](https://github.com/6eDesign/svelte-calendar/compare/v3.0.34...v3.0.35) (2021-09-19) + + +### Bug Fixes + +* docs ([2afef36](https://github.com/6eDesign/svelte-calendar/commit/2afef3679791f9f7c0806bf52b7d8e4ecdd59722)) + ## [3.0.22](https://github.com/6eDesign/svelte-calendar/compare/v3.0.21...v3.0.22) (2021-09-19) diff --git a/package-lock.json b/package-lock.json index e2e4def..b73c68a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "svelte-calendar", - "version": "3.0.22", + "version": "3.0.35", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7f1bcf5..0ebf714 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte-calendar", - "version": "3.0.22", + "version": "3.0.35", "main": "index.js", "scripts": { "dev": "svelte-kit dev",