diff --git a/.changeset/grumpy-tomatoes-poke.md b/.changeset/grumpy-tomatoes-poke.md deleted file mode 100644 index 5d79e5b..0000000 --- a/.changeset/grumpy-tomatoes-poke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'thinc-discord-bot': patch ---- - -Fix README.md and add pnpm in final Docker image diff --git a/CHANGELOG.md b/CHANGELOG.md index 60a176d..3ba597d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # thinc-discord-bot +## 1.0.4 + +### Patch Changes + +- [#10](https://github.com/thinc-org/thinc-discord-bot/pull/10) [`b186c72`](https://github.com/thinc-org/thinc-discord-bot/commit/b186c72a55fee0beabf6647304a536e913e046a5) Thanks [@bombnp](https://github.com/bombnp)! - Fix README.md and add pnpm in final Docker image + ## 1.0.3 ### Patch Changes diff --git a/package.json b/package.json index e10a179..52361ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "thinc-discord-bot", - "version": "1.0.3", + "version": "1.0.4", "description": "", "author": "", "private": true,