From 4a7a9025eba0d198683d383d161827ff9edd6779 Mon Sep 17 00:00:00 2001 From: Koj Bot Date: Wed, 31 Jul 2024 16:30:14 +0000 Subject: [PATCH] :bookmark: Release v2.7.0 [skip ci] --- CHANGELOG.md | 9 +++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index effe69c..58167b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## v2.7.0 (2024-07-31) + +[๐Ÿ“ Release notes](https://github.com/AnandChowdhary/calendar-link/releases/tag/v2.7.0) ยท [๐Ÿ’ป Compare](https://github.com/AnandChowdhary/calendar-link/compare/v2.6.1...v2.7.0) ยท [๐Ÿ”– Tag](https://github.com/AnandChowdhary/calendar-link/tree/v2.7.0) ยท ๐Ÿ—„๏ธ Archive ([zip](https://github.com/AnandChowdhary/calendar-link/archive/v2.7.0.zip) ยท [tar.gz](https://github.com/AnandChowdhary/calendar-link/archive/v2.7.0.tar.gz)) + +### โœจ New features + +- [`003905a`](https://github.com/AnandChowdhary/calendar-link/commit/003905a) Add Microsoft Teams Calendar Event Generation Feature (#604) +(Issues: [`#604`](https://github.com/AnandChowdhary/calendar-link/issues/604)) + ## v2.6.1 (2024-07-31) [๐Ÿ“ Release notes](https://github.com/AnandChowdhary/calendar-link/releases/tag/v2.6.1) ยท [๐Ÿ’ป Compare](https://github.com/AnandChowdhary/calendar-link/compare/v2.6.0...v2.6.1) ยท [๐Ÿ”– Tag](https://github.com/AnandChowdhary/calendar-link/tree/v2.6.1) ยท ๐Ÿ—„๏ธ Archive ([zip](https://github.com/AnandChowdhary/calendar-link/archive/v2.6.1.zip) ยท [tar.gz](https://github.com/AnandChowdhary/calendar-link/archive/v2.6.1.tar.gz)) diff --git a/package-lock.json b/package-lock.json index eba102d..dae17a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "calendar-link", - "version": "2.6.1", + "version": "2.7.0", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index f35e20c..758c446 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "calendar-link", - "version": "2.6.1", + "version": "2.7.0", "description": "๐Ÿ“… Calendar link generator for popular services, like Google, Outlook, and Yahoo.", "main": "dist/index.js", "types": "dist/index.d.ts",