From bd510447688b53c62e7a67f439164045330a6538 Mon Sep 17 00:00:00 2001 From: Koj Bot Date: Wed, 12 Jul 2023 10:30:12 +0000 Subject: [PATCH] :bookmark: Release v2.5.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 ef11aa3..d86b007 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## v2.5.0 (2023-07-12) + +[๐Ÿ“ Release notes](https://github.com/AnandChowdhary/calendar-link/releases/tag/v2.5.0) ยท [๐Ÿ’ป Compare](https://github.com/AnandChowdhary/calendar-link/compare/v2.4.0...v2.5.0) ยท [๐Ÿ”– Tag](https://github.com/AnandChowdhary/calendar-link/tree/v2.5.0) ยท ๐Ÿ—„๏ธ Archive ([zip](https://github.com/AnandChowdhary/calendar-link/archive/v2.5.0.zip) ยท [tar.gz](https://github.com/AnandChowdhary/calendar-link/archive/v2.5.0.tar.gz)) + +### โœจ New features + +- [`4828504`](https://github.com/AnandChowdhary/calendar-link/commit/4828504) Use ubuntu-latest for CI +- [`0ac72d5`](https://github.com/AnandChowdhary/calendar-link/commit/0ac72d5) Release new version + ## v2.4.0 (2022-10-21) [๐Ÿ“ Release notes](https://github.com/AnandChowdhary/calendar-link/releases/tag/v2.4.0) ยท [๐Ÿ’ป Compare](https://github.com/AnandChowdhary/calendar-link/compare/v2.3.1...v2.4.0) ยท [๐Ÿ”– Tag](https://github.com/AnandChowdhary/calendar-link/tree/v2.4.0) ยท ๐Ÿ—„๏ธ Archive ([zip](https://github.com/AnandChowdhary/calendar-link/archive/v2.4.0.zip) ยท [tar.gz](https://github.com/AnandChowdhary/calendar-link/archive/v2.4.0.tar.gz)) diff --git a/package-lock.json b/package-lock.json index 77932f3..00c06f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "calendar-link", - "version": "2.4.0", + "version": "2.5.0", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index cfa607a..bc6e3d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "calendar-link", - "version": "2.4.0", + "version": "2.5.0", "description": "๐Ÿ“… Calendar link generator for popular services, like Google, Outlook, and Yahoo.", "main": "dist/index.js", "types": "dist/index.d.ts",