Skip to content

Commit b7a96ed

Browse files
committed
🔖 Release v2.3.1 [skip ci]
1 parent 339e6e4 commit b7a96ed

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## v2.3.1 (2022-10-20)
2+
3+
[📝 Release notes](https://github.com/AnandChowdhary/calendar-link/releases/tag/v2.3.1) · [💻 Compare](https://github.com/AnandChowdhary/calendar-link/compare/v2.3.0...v2.3.1) · [🔖 Tag](https://github.com/AnandChowdhary/calendar-link/tree/v2.3.1) · 🗄️ Archive ([zip](https://github.com/AnandChowdhary/calendar-link/archive/v2.3.1.zip) · [tar.gz](https://github.com/AnandChowdhary/calendar-link/archive/v2.3.1.tar.gz))
4+
5+
### 🐛 Bug fixes
6+
7+
- [`339e6e4`](https://github.com/AnandChowdhary/calendar-link/commit/339e6e4) missing RRULE prefix for google (#489)
8+
(Issues: [`#489`](https://github.com/AnandChowdhary/calendar-link/issues/489))
9+
110
## v2.3.0 (2022-10-19)
211

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

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "calendar-link",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"description": "📅 Calendar link generator for popular services, like Google, Outlook, and Yahoo.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)