Skip to content

Commit

Permalink
chore(release): version
Browse files Browse the repository at this point in the history
 - @nyx-discord/[email protected]
 - @nyx-discord/[email protected]
  • Loading branch information
Amgelo563 committed Dec 27, 2023
1 parent 612c368 commit 3229a50
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3 (2023-12-27)

### Bug Fixes

- fix default session expiration callback triggering on manual deletes ([612c368](https://github.com/nyx-discord/nyx/commit/612c368d08377f44786701f82711abc790f1997b))

## 1.1.2 (2023-12-20)

**Note:** Version bump only for package @nyx-discord/core
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nyx-discord/core",
"version": "1.1.2",
"version": "1.1.3",
"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",
Expand Down
6 changes: 6 additions & 0 deletions packages/framework/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3 (2023-12-27)

### Bug Fixes

- fix default session expiration callback triggering on manual deletes ([612c368](https://github.com/nyx-discord/nyx/commit/612c368d08377f44786701f82711abc790f1997b))

## 1.1.2 (2023-12-20)

**Note:** Version bump only for package @nyx-discord/framework
Expand Down
4 changes: 2 additions & 2 deletions packages/framework/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nyx-discord/framework",
"version": "1.1.2",
"version": "1.1.3",
"description": "The default implementation of nyx framework.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -39,7 +39,7 @@
"dependencies": {
"@discordjs/collection": "1.5.3",
"@isaacs/ttlcache": "1.4.1",
"@nyx-discord/core": "^1.1.2",
"@nyx-discord/core": "^1.1.3",
"cron": "3.0.0"
}
}
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3229a50

Please sign in to comment.