diff --git a/.changeset/rude-crabs-report.md b/.changeset/rude-crabs-report.md deleted file mode 100644 index 3c9c10f8..00000000 --- a/.changeset/rude-crabs-report.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nezuchan/core": patch ---- - -Create own channel for query diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index db61f4c3..41cdd11e 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 0.19.3 + +### Patch Changes + +- 09478df: Create own channel for query + ## 0.19.2 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index f0dfb260..5d725525 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@nezuchan/core", - "version": "0.19.2", + "version": "0.19.3", "description": "A Core Low Level API for creating Discord bots using @nezuchan/nezu-gateway.", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/packages/framework/CHANGELOG.md b/packages/framework/CHANGELOG.md index ab322b22..ee6bafdc 100644 --- a/packages/framework/CHANGELOG.md +++ b/packages/framework/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 0.19.6 + +### Patch Changes + +- Updated dependencies [09478df] + - @nezuchan/core@0.19.3 + ## 0.19.5 ### Patch Changes diff --git a/packages/framework/package.json b/packages/framework/package.json index a854fcda..d4252d4e 100644 --- a/packages/framework/package.json +++ b/packages/framework/package.json @@ -1,6 +1,6 @@ { "name": "@nezuchan/framework", - "version": "0.19.5", + "version": "0.19.6", "description": "A Commands framework for @nezuchan/nezu-gateway.", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/plugins/fastify-plugin/CHANGELOG.md b/plugins/fastify-plugin/CHANGELOG.md index 68f583f8..93e1d0f1 100644 --- a/plugins/fastify-plugin/CHANGELOG.md +++ b/plugins/fastify-plugin/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 0.14.6 + +### Patch Changes + +- Updated dependencies [09478df] + - @nezuchan/core@0.19.3 + - @nezuchan/framework@0.19.6 + ## 0.14.5 ### Patch Changes diff --git a/plugins/fastify-plugin/package.json b/plugins/fastify-plugin/package.json index 1ea69080..23466d90 100644 --- a/plugins/fastify-plugin/package.json +++ b/plugins/fastify-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@nezuchan/fastify-plugin", - "version": "0.14.5", + "version": "0.14.6", "description": "A Fastify API Plugins for NezuChan Framework", "main": "./dist/index.js", "types": "./dist/index.d.ts",