diff --git a/CHANGELOG.md b/CHANGELOG.md index cbad3821..902f5363 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +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.2](https://github.com/naimo84/node-red-contrib-ical-events/compare/v2.2.1...v2.2.2) + +- 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) +- 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) +> 10 June 2022 + - Create codeql-analysis.yml [`fc09815`](https://github.com/naimo84/node-red-contrib-ical-events/commit/fc0981510f44c76c5a923c7e234f060d3a020c34) - feat: bump kalender-events version 0.28.1 [`33ba5b0`](https://github.com/naimo84/node-red-contrib-ical-events/commit/33ba5b0e0dffcaa063b91e430af8ed208095aeeb) -- feat: add dependabot [`01a4729`](https://github.com/naimo84/node-red-contrib-ical-events/commit/01a4729d1a26fdcfe1ee39b56c22323eae0ea42c) +- chore: release v2.2.1 [`eef166c`](https://github.com/naimo84/node-red-contrib-ical-events/commit/eef166c4b8a1d96f4def42a7093505168d4f71a2) #### [v2.2.0](https://github.com/naimo84/node-red-contrib-ical-events/compare/v2.2.0-0...v2.2.0) diff --git a/package-lock.json b/package-lock.json index 4771aea6..c66ab1fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "node-red-contrib-ical-events", - "version": "2.2.1", + "version": "2.2.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "node-red-contrib-ical-events", - "version": "2.2.1", + "version": "2.2.2", "dependencies": { "cron": "^1.8.2", "cron-parser": "^4.1.0", diff --git a/package.json b/package.json index 98ea6111..4f356dd4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-red-contrib-ical-events", - "version": "2.2.1", + "version": "2.2.2", "description": "NodeRed calender event adapter", "author": { "name": "naimo84",