diff --git a/CHANGELOG.md b/CHANGELOG.md index 9aefdcd8..33d409b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## [1.19.1](https://github.com/Dicelette/discord-dicelette/compare/1.19.0...1.19.1) (2024-12-01) + + +### Bug Fixes + +* statistic not found when registering the first time a dice ([498cfa1](https://github.com/Dicelette/discord-dicelette/commit/498cfa1c18479c6abc9ef316c47ff7736a9e4566)) + ## [1.19.0](https://github.com/Dicelette/discord-dicelette/compare/1.18.3...1.19.0) (2024-12-01) diff --git a/package.json b/package.json index 40836d3e..5b9ccf1d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dicelette", - "version": "1.19.0", + "version": "1.19.1", "description": "", "main": "dist/index.js", "repository": "",