From a0974a02c6bbf986f51937067488011b4174d33f Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 25 Nov 2022 19:44:56 +0000 Subject: [PATCH] chore(release): v7.0.10 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c328fee..63b70ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [7.0.10](https://github.com/jshor/datebook/compare/v7.0.9...v7.0.10) (2022-11-25) + + +### Bug Fixes + +* **recurrence:** adds missing months param ([e84c73e](https://github.com/jshor/datebook/commit/e84c73ebad41f42d67d3a8e45b2d46de37722e34)) + + + ## [7.0.9](https://github.com/jshor/datebook/compare/v7.0.8...v7.0.9) (2022-11-25) diff --git a/package.json b/package.json index 51dbbd5..1dacaa0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "datebook", - "version": "7.0.9", + "version": "7.0.10", "description": "Generates URLs and downloadable ICS files for adding events to popular calendar apps.", "keywords": [ "icalendar", @@ -71,4 +71,4 @@ "path": "./node_modules/cz-conventional-changelog" } } -} +} \ No newline at end of file