diff --git a/.changeset/hip-mayflies-wait.md b/.changeset/hip-mayflies-wait.md deleted file mode 100644 index 825c98e0..00000000 --- a/.changeset/hip-mayflies-wait.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@nezuchan/core": patch -"@nezuchan/framework": patch -"@nezuchan/fastify-plugin": patch ---- - -fix notInArray diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 89fe667f..acf7a7f6 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 0.16.4 + +### Patch Changes + +- d4d0e48: fix notInArray + ## 0.16.3 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index ea999bc5..da11aeea 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@nezuchan/core", - "version": "0.16.3", + "version": "0.16.4", "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 b29ec1cf..3f39b840 100644 --- a/packages/framework/CHANGELOG.md +++ b/packages/framework/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 0.16.4 + +### Patch Changes + +- d4d0e48: fix notInArray +- Updated dependencies [d4d0e48] + - @nezuchan/core@0.16.4 + ## 0.16.3 ### Patch Changes diff --git a/packages/framework/package.json b/packages/framework/package.json index e71e8231..eb6d6407 100644 --- a/packages/framework/package.json +++ b/packages/framework/package.json @@ -1,6 +1,6 @@ { "name": "@nezuchan/framework", - "version": "0.16.3", + "version": "0.16.4", "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 393279e7..84ebcaa9 100644 --- a/plugins/fastify-plugin/CHANGELOG.md +++ b/plugins/fastify-plugin/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 0.11.4 + +### Patch Changes + +- d4d0e48: fix notInArray +- Updated dependencies [d4d0e48] + - @nezuchan/core@0.16.4 + - @nezuchan/framework@0.16.4 + ## 0.11.3 ### Patch Changes diff --git a/plugins/fastify-plugin/package.json b/plugins/fastify-plugin/package.json index 5ae3e731..4c9bf708 100644 --- a/plugins/fastify-plugin/package.json +++ b/plugins/fastify-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@nezuchan/fastify-plugin", - "version": "0.11.3", + "version": "0.11.4", "description": "A Fastify API Plugins for NezuChan Framework", "main": "./dist/index.js", "types": "./dist/index.d.ts",