diff --git a/.changeset/sharp-cobras-carry.md b/.changeset/sharp-cobras-carry.md deleted file mode 100644 index dc274de..0000000 --- a/.changeset/sharp-cobras-carry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"dixt-plugin-worktime": patch ---- - -Instead of requiring users to click buttons to track their worktime, now automatically starts tracking when joining a work voice channel and stops when leaving it. Removes the instruction message and buttons. diff --git a/packages/dixt-plugin-worktime/CHANGELOG.md b/packages/dixt-plugin-worktime/CHANGELOG.md index 23fbc0c..96292b5 100644 --- a/packages/dixt-plugin-worktime/CHANGELOG.md +++ b/packages/dixt-plugin-worktime/CHANGELOG.md @@ -1,5 +1,11 @@ # dixt-plugin-worktime +## 2.1.19 + +### Patch Changes + +- 3905780: Instead of requiring users to click buttons to track their worktime, now automatically starts tracking when joining a work voice channel and stops when leaving it. Removes the instruction message and buttons. + ## 2.1.18 ### Patch Changes diff --git a/packages/dixt-plugin-worktime/package.json b/packages/dixt-plugin-worktime/package.json index fb04025..f2d7e86 100644 --- a/packages/dixt-plugin-worktime/package.json +++ b/packages/dixt-plugin-worktime/package.json @@ -1,6 +1,6 @@ { "name": "dixt-plugin-worktime", - "version": "2.1.18", + "version": "2.1.19", "description": "Discord bot framework - worktime plugin", "main": "./dist/index.js", "types": "./dist/index.d.ts",