diff --git a/.changeset/poor-pumas-knock.md b/.changeset/poor-pumas-knock.md deleted file mode 100644 index 05ec4d3..0000000 --- a/.changeset/poor-pumas-knock.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"dixt-plugin-worktime": minor ---- - -Added progress indicator bars to each entry in the worktime leaderboard. Each user's progress toward their role-based quota is now visually displayed using a 10-segment progress bar and percentage. diff --git a/packages/dixt-plugin-worktime/CHANGELOG.md b/packages/dixt-plugin-worktime/CHANGELOG.md index 96292b5..e40422d 100644 --- a/packages/dixt-plugin-worktime/CHANGELOG.md +++ b/packages/dixt-plugin-worktime/CHANGELOG.md @@ -1,5 +1,11 @@ # dixt-plugin-worktime +## 2.2.0 + +### Minor Changes + +- a45582b: Added progress indicator bars to each entry in the worktime leaderboard. Each user's progress toward their role-based quota is now visually displayed using a 10-segment progress bar and percentage. + ## 2.1.19 ### Patch Changes diff --git a/packages/dixt-plugin-worktime/package.json b/packages/dixt-plugin-worktime/package.json index f2d7e86..150be4c 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.19", + "version": "2.2.0", "description": "Discord bot framework - worktime plugin", "main": "./dist/index.js", "types": "./dist/index.d.ts",