From 71344e3c206a14ab4d557bdbf7ec2b4a6e6afad7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 23 Nov 2024 16:31:38 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20release=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .changeset/sharp-cobras-carry.md | 5 ----- packages/dixt-plugin-worktime/CHANGELOG.md | 6 ++++++ packages/dixt-plugin-worktime/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/sharp-cobras-carry.md 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",