Skip to content

Commit

Permalink
chore: release v2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
naimo84 committed Sep 6, 2023
1 parent c330e8f commit 871eb63
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 12 deletions.
20 changes: 11 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,18 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v2.2.3](https://github.com/naimo84/node-red-contrib-ical-events/compare/v2.2.2...v2.2.3)

- Fix major memory leak [`#162`](https://github.com/naimo84/node-red-contrib-ical-events/pull/162)
- feat: add experimental features [`c330e8f`](https://github.com/naimo84/node-red-contrib-ical-events/commit/c330e8f1bc61a8181e342f2d4ae3c44d56502ffb)
- fix: throwable upcoming error [`d33cbd9`](https://github.com/naimo84/node-red-contrib-ical-events/commit/d33cbd97b1ef9e422ef95dab76d0e4782bb215f9)

#### [v2.2.2](https://github.com/naimo84/node-red-contrib-ical-events/compare/v2.2.1...v2.2.2)

> 2 April 2023
- fix: [BUG]: When using "Fetch all configs concurrent" you cannot pass in a msg.variable for the Preview field. #150 [`c281c04`](https://github.com/naimo84/node-red-contrib-ical-events/commit/c281c0446a07392932d223f33e93262874172ada)
- chore: release v2.2.2 [`020af30`](https://github.com/naimo84/node-red-contrib-ical-events/commit/020af300736302c20645881045c4441a87d2657b)
- fix: Fetch ical events of other users calendar. #133 [`e6be93d`](https://github.com/naimo84/node-red-contrib-ical-events/commit/e6be93dfd2c83c05d39663aaf663b4dc1855d20f)

#### [v2.2.1](https://github.com/naimo84/node-red-contrib-ical-events/compare/v2.2.0...v2.2.1)
Expand Down Expand Up @@ -210,19 +219,12 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- fix: use cache correctly [`ed56600`](https://github.com/naimo84/node-red-contrib-ical-events/commit/ed5660010ac272addd081d05bf1ddd45a05c2ecb)
- chore(release): 1.2.6 [`00bbb6c`](https://github.com/naimo84/node-red-contrib-ical-events/commit/00bbb6ca4f07a287d778be54a1d069c9cd81d07d)

#### [v1.2.5](https://github.com/naimo84/node-red-contrib-ical-events/compare/1.2.4...v1.2.5)
#### [v1.2.5](https://github.com/naimo84/node-red-contrib-ical-events/compare/v1.2.4...v1.2.5)

> 27 July 2021
- fix: issue #92, gethours of undefined [`29d7ce0`](https://github.com/naimo84/node-red-contrib-ical-events/commit/29d7ce01a93a0747918064d89631648b71c45cdd)
- chore(release): 1.2.5 [`0c3b1b3`](https://github.com/naimo84/node-red-contrib-ical-events/commit/0c3b1b391240b62c0d2a56997ed3ed9e37bbb52a)
- chore(release): 1.2.4 [`80a60dc`](https://github.com/naimo84/node-red-contrib-ical-events/commit/80a60dcaf8921153e5df8254244ebe60de2ed3da)

#### [1.2.4](https://github.com/naimo84/node-red-contrib-ical-events/compare/v1.2.4...1.2.4)

> 22 July 2021
- chore(release): 1.2.4 [`4dd45ca`](https://github.com/naimo84/node-red-contrib-ical-events/commit/4dd45cafd0e39fcfc8155121252443166c7b3c7b)

#### [v1.2.4](https://github.com/naimo84/node-red-contrib-ical-events/compare/v1.2.3...v1.2.4)

Expand Down Expand Up @@ -274,7 +276,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- fix: update kalender-events to 0.5.0, fix event is array [`a936740`](https://github.com/naimo84/node-red-contrib-ical-events/commit/a936740d528f3c51b4c081dfb201944f14163d31)
- chore(release): 1.0.1 [`d076c85`](https://github.com/naimo84/node-red-contrib-ical-events/commit/d076c853de3f5e46c39f6d42c0a8a82950cf18ac)

#### [v1.0.0](https://github.com/naimo84/node-red-contrib-ical-events/compare/v1.0.0-beta.8...v1.0.0)
### [v1.0.0](https://github.com/naimo84/node-red-contrib-ical-events/compare/v1.0.0-beta.8...v1.0.0)

> 23 May 2021
Expand Down
4 changes: 2 additions & 2 deletions 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": "node-red-contrib-ical-events",
"version": "2.2.2",
"version": "2.2.3",
"description": "NodeRed calender event adapter",
"author": {
"name": "naimo84",
Expand Down

0 comments on commit 871eb63

Please sign in to comment.