diff --git a/.changeset/calendar-client-expanded-api.md b/.changeset/calendar-client-expanded-api.md deleted file mode 100644 index d2a11503..00000000 --- a/.changeset/calendar-client-expanded-api.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@epilot/calendar-client": minor ---- - -Update the Calendar API definitions with calendar and event mutations, Outlook calendar integration, event sharing, absence management, and working hours operations. diff --git a/clients/calendar-client/CHANGELOG.md b/clients/calendar-client/CHANGELOG.md new file mode 100644 index 00000000..fb0a547c --- /dev/null +++ b/clients/calendar-client/CHANGELOG.md @@ -0,0 +1,7 @@ +# @epilot/calendar-client + +## 0.2.0 + +### Minor Changes + +- e9d1e16: Update the Calendar API definitions with calendar and event mutations, Outlook calendar integration, event sharing, absence management, and working hours operations. diff --git a/clients/calendar-client/package.json b/clients/calendar-client/package.json index 0aea5c7d..c1f9323b 100644 --- a/clients/calendar-client/package.json +++ b/clients/calendar-client/package.json @@ -1,6 +1,6 @@ { "name": "@epilot/calendar-client", - "version": "0.1.1", + "version": "0.2.0", "description": "JavaScript client library for epilot's Calendar API", "main": "dist/index.js", "types": "dist/index.d.ts",