diff --git a/CHANGELOG.md b/CHANGELOG.md index 902f5363..eed516e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -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) @@ -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 diff --git a/package-lock.json b/package-lock.json index 6df02a96..304b02e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "node-red-contrib-ical-events", - "version": "2.2.2", + "version": "2.2.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "node-red-contrib-ical-events", - "version": "2.2.2", + "version": "2.2.3", "dependencies": { "cron": "^1.8.2", "cron-parser": "^4.1.0", diff --git a/package.json b/package.json index ebcd9b42..1c13349b 100644 --- a/package.json +++ b/package.json @@ -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",