diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 82ba699c..1d4afb2a 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 1.1.0 (2023-12-19) + +### Bug Fixes + +- make DefaultCommandCustomIdCodec serialize using CommandCustomIdBuilder ([c3d1d93](https://github.com/nyx-discord/nyx/commit/c3d1d937447dff99bbbbcc5fe7415fbb2383f5bb)) + ## 1.0.11 (2023-12-19) **Note:** Version bump only for package @nyx-discord/core diff --git a/packages/core/package.json b/packages/core/package.json index 2ab2baff..c63b8583 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@nyx-discord/core", - "version": "1.0.11", + "version": "1.1.0", "description": "The core of nyx. Contains the object interfaces and contracts that make up the framework.", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/packages/framework/CHANGELOG.md b/packages/framework/CHANGELOG.md index 435c2ea9..60dc1b1b 100644 --- a/packages/framework/CHANGELOG.md +++ b/packages/framework/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 1.1.0 (2023-12-19) + +### Bug Fixes + +- make DefaultCommandCustomIdCodec serialize using CommandCustomIdBuilder ([c3d1d93](https://github.com/nyx-discord/nyx/commit/c3d1d937447dff99bbbbcc5fe7415fbb2383f5bb)) + ## 1.0.12 (2023-12-19) **Note:** Version bump only for package @nyx-discord/framework diff --git a/packages/framework/package.json b/packages/framework/package.json index 13904acd..ad836aa2 100644 --- a/packages/framework/package.json +++ b/packages/framework/package.json @@ -1,6 +1,6 @@ { "name": "@nyx-discord/framework", - "version": "1.0.12", + "version": "1.1.0", "description": "The default implementation of nyx framework.", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -39,7 +39,7 @@ "dependencies": { "@discordjs/collection": "1.5.3", "@isaacs/ttlcache": "1.4.1", - "@nyx-discord/core": "^1.0.11", + "@nyx-discord/core": "^1.1.0", "cron": "3.0.0" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0e130924..dcf6a889 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -160,7 +160,7 @@ importers: specifier: 1.4.1 version: 1.4.1 '@nyx-discord/core': - specifier: ^1.0.11 + specifier: ^1.1.0 version: link:../core cron: specifier: 3.0.0