From 41048e2adaff0dbeafdec2702dd51999dc1a0e92 Mon Sep 17 00:00:00 2001 From: Koj Bot Date: Mon, 11 Jan 2021 01:15:58 +0000 Subject: [PATCH] :bookmark: Release v2.0.8 [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 9a8d48d..2be879d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## v2.0.8 (2021-01-11) + +[๐Ÿ“ Release notes](https://github.com/AnandChowdhary/calendar-link/releases/tag/v2.0.8) ยท [๐Ÿ’ป Compare](https://github.com/AnandChowdhary/calendar-link/compare/v2.0.7...v2.0.8) ยท [๐Ÿ”– Tag](https://github.com/AnandChowdhary/calendar-link/tree/v2.0.8) ยท ๐Ÿ—„๏ธ Archive ([zip](https://github.com/AnandChowdhary/calendar-link/archive/v2.0.8.zip) ยท [tar.gz](https://github.com/AnandChowdhary/calendar-link/archive/v2.0.8.tar.gz)) + +### โฌ†๏ธ Dependency updates + +- [`70dccdb`](https://github.com/AnandChowdhary/calendar-link/commit/70dccdb) Bump dayjs from 1.9.8 to 1.10.1 +- [`cefc6f3`](https://github.com/AnandChowdhary/calendar-link/commit/cefc6f3) Bump dayjs from 1.10.1 to 1.10.2 +- [`b38bb28`](https://github.com/AnandChowdhary/calendar-link/commit/b38bb28) Bump @types/jest from 26.0.19 to 26.0.20 + ## 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)) diff --git a/package-lock.json b/package-lock.json index 08b9e41..dc84899 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "calendar-link", - "version": "2.0.7", + "version": "2.0.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2012c14..d47bc10 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "calendar-link", - "version": "2.0.7", + "version": "2.0.8", "description": "๐Ÿ“… Calendar link generator for popular services, like Google, Outlook, and Yahoo.", "main": "dist/index.js", "types": "dist/index.d.ts",