diff --git a/.changeset/popular-rats-smash.md b/.changeset/popular-rats-smash.md deleted file mode 100644 index a86a740a..00000000 --- a/.changeset/popular-rats-smash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nezuchan/kanao-gateway": patch ---- - -use transaction when there is channel update diff --git a/services/kanao-gateway/CHANGELOG.md b/services/kanao-gateway/CHANGELOG.md index 4015f656..f66713c1 100644 --- a/services/kanao-gateway/CHANGELOG.md +++ b/services/kanao-gateway/CHANGELOG.md @@ -1,5 +1,11 @@ # @nezuchan/kanao-gateway +## 4.1.1 + +### Patch Changes + +- 51bbdfe: use transaction when there is channel update + ## 4.1.0 ### Minor Changes diff --git a/services/kanao-gateway/package.json b/services/kanao-gateway/package.json index 8dc4f63e..d17d3fcf 100644 --- a/services/kanao-gateway/package.json +++ b/services/kanao-gateway/package.json @@ -1,6 +1,6 @@ { "name": "@nezuchan/kanao-gateway", - "version": "4.1.0", + "version": "4.1.1", "description": "A standalone service for connecting to the Discord gateway.", "license": "GPL-3.0", "author": "KagChi",