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 20, 2023
1 parent 934a08e commit e8cbe55
Show file tree
Hide file tree
Showing 5 changed files with 8,300 additions and 2,900 deletions.
4 changes: 4 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.1.2 (2023-12-20)

**Note:** Version bump only for package @nyx-discord/core

## 1.1.1 (2023-12-19)

### Bug Fixes
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.1",
"version": "1.1.2",
"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
4 changes: 4 additions & 0 deletions packages/framework/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.1.2 (2023-12-20)

**Note:** Version bump only for package @nyx-discord/framework

## 1.1.1 (2023-12-19)

### Bug Fixes
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.1",
"version": "1.1.2",
"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.1",
"@nyx-discord/core": "^1.1.2",
"cron": "3.0.0"
}
}
Loading

0 comments on commit e8cbe55

Please sign in to comment.