Skip to content

Commit

Permalink
🔖 Release v2.5.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
pabio-escobar committed Jul 19, 2023
1 parent e4a2eaa commit 3ed2b00
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## v2.5.1 (2023-07-19)

[📝 Release notes](https://github.com/AnandChowdhary/calendar-link/releases/tag/v2.5.1) · [💻 Compare](https://github.com/AnandChowdhary/calendar-link/compare/v2.5.0...v2.5.1) · [🔖 Tag](https://github.com/AnandChowdhary/calendar-link/tree/v2.5.1) · 🗄️ Archive ([zip](https://github.com/AnandChowdhary/calendar-link/archive/v2.5.1.zip) · [tar.gz](https://github.com/AnandChowdhary/calendar-link/archive/v2.5.1.tar.gz))

### 🐛 Bug fixes

- [`e4a2eaa`](https://github.com/AnandChowdhary/calendar-link/commit/e4a2eaa) Fix ICS file generation with CLRF and absent fields (#553)
(Issues: [`#553`](https://github.com/AnandChowdhary/calendar-link/issues/553))

## 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))
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "calendar-link",
"version": "2.5.0",
"version": "2.5.1",
"description": "📅 Calendar link generator for popular services, like Google, Outlook, and Yahoo.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 3ed2b00

Please sign in to comment.