From c2d1989939334279d33408a55e902988451dfcbc Mon Sep 17 00:00:00 2001 From: Koj Bot Date: Mon, 4 Jan 2021 01:10:15 +0000 Subject: [PATCH] :bookmark: Release v2.0.7 [skip ci] --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbaf5da..9a8d48d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## v2.0.7 (2021-01-04) + +[๐Ÿ“ Release notes](https://github.com/AnandChowdhary/calendar-link/releases/tag/v2.0.7) ยท [๐Ÿ’ป Compare](https://github.com/AnandChowdhary/calendar-link/compare/v2.0.6...v2.0.7) ยท [๐Ÿ”– Tag](https://github.com/AnandChowdhary/calendar-link/tree/v2.0.7) ยท ๐Ÿ—„๏ธ Archive ([zip](https://github.com/AnandChowdhary/calendar-link/archive/v2.0.7.zip) ยท [tar.gz](https://github.com/AnandChowdhary/calendar-link/archive/v2.0.7.tar.gz)) + +### โฌ†๏ธ Dependency updates + +- [`9ea5f1f`](https://github.com/AnandChowdhary/calendar-link/commit/9ea5f1f) Bump dayjs from 1.9.7 to 1.9.8 +- [`57deca6`](https://github.com/AnandChowdhary/calendar-link/commit/57deca6) Bump semantic-release from 17.3.0 to 17.3.1 +- [`d309356`](https://github.com/AnandChowdhary/calendar-link/commit/d309356) Bump query-string from 6.13.7 to 6.13.8 + ## v2.0.6 (2020-12-28) [๐Ÿ“ Release notes](https://github.com/AnandChowdhary/calendar-link/releases/tag/v2.0.6) ยท [๐Ÿ’ป Compare](https://github.com/AnandChowdhary/calendar-link/compare/v2.0.5...v2.0.6) ยท [๐Ÿ”– Tag](https://github.com/AnandChowdhary/calendar-link/tree/v2.0.6) ยท ๐Ÿ—„๏ธ Archive ([zip](https://github.com/AnandChowdhary/calendar-link/archive/v2.0.6.zip) ยท [tar.gz](https://github.com/AnandChowdhary/calendar-link/archive/v2.0.6.tar.gz)) diff --git a/package-lock.json b/package-lock.json index cdb1e76..ea6f37c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "calendar-link", - "version": "2.0.6", + "version": "2.0.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 63357c0..2012c14 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "calendar-link", - "version": "2.0.6", + "version": "2.0.7", "description": "๐Ÿ“… Calendar link generator for popular services, like Google, Outlook, and Yahoo.", "main": "dist/index.js", "types": "dist/index.d.ts",