diff --git a/CHANGELOG.md b/CHANGELOG.md index 6288b55..079ae1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.0](https://github.com/Notifycal/shared/compare/v1.1.0...v1.2.0) (2025-02-13) + + +### Features + +* extend calendar event to contain attendees ([#44](https://github.com/Notifycal/shared/issues/44)) ([5cf01fa](https://github.com/Notifycal/shared/commit/5cf01fa490bd32f58c53bd139f4418e00a4189a3)) + ## [1.1.0](https://github.com/Notifycal/shared/compare/v1.0.0...v1.1.0) (2025-02-11) diff --git a/package-lock.json b/package-lock.json index 8484d86..269a706 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@notifycal/shared", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@notifycal/shared", - "version": "1.1.0", + "version": "1.2.0", "license": "ISC", "devDependencies": { "@types/node": "^22.10.10", diff --git a/package.json b/package.json index d7c0fcc..17c2018 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@notifycal/shared", - "version": "1.1.0", + "version": "1.2.0", "main": "dist/index.js", "scripts": { "build": "rm -rf dist && tsc && tsc-alias",