diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c07e35..effe69c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 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)) + +### ๐Ÿ› Bug fixes + +- [`6da873c`](https://github.com/AnandChowdhary/calendar-link/commit/6da873c) Fix Snapshot Tests for ICS Links (#600) +(Issues: [`#600`](https://github.com/AnandChowdhary/calendar-link/issues/600)) + ## v2.6.0 (2023-09-29) [๐Ÿ“ Release notes](https://github.com/AnandChowdhary/calendar-link/releases/tag/v2.6.0) ยท [๐Ÿ’ป Compare](https://github.com/AnandChowdhary/calendar-link/compare/v2.5.1...v2.6.0) ยท [๐Ÿ”– Tag](https://github.com/AnandChowdhary/calendar-link/tree/v2.6.0) ยท ๐Ÿ—„๏ธ Archive ([zip](https://github.com/AnandChowdhary/calendar-link/archive/v2.6.0.zip) ยท [tar.gz](https://github.com/AnandChowdhary/calendar-link/archive/v2.6.0.tar.gz)) diff --git a/package-lock.json b/package-lock.json index 7501b9e..eba102d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "calendar-link", - "version": "2.6.0", + "version": "2.6.1", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 963b99d..f35e20c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "calendar-link", - "version": "2.6.0", + "version": "2.6.1", "description": "๐Ÿ“… Calendar link generator for popular services, like Google, Outlook, and Yahoo.", "main": "dist/index.js", "types": "dist/index.d.ts",