Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @nezuchan/core@0.7.3
 - @nezuchan/framework@0.7.3
 - @nezuchan/fastify-plugin@0.3.3
 - @nezuchan/tasker-plugin@0.2.3
  • Loading branch information
Hazmi35 committed Jan 1, 2024
1 parent d177a57 commit 8cd39fe
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 4 deletions.
8 changes: 8 additions & 0 deletions libs/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.7.3](https://github.com/NezuChan/library/compare/@nezuchan/core@0.7.2...@nezuchan/core@0.7.3) (2024-01-01)

**Note:** Version bump only for package @nezuchan/core





## [0.7.2](https://github.com/NezuChan/library/compare/@nezuchan/core@0.7.1...@nezuchan/core@0.7.2) (2024-01-01)


Expand Down
2 changes: 1 addition & 1 deletion libs/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nezuchan/core",
"version": "0.7.2",
"version": "0.7.3",
"description": "A Core Low Level API for creating Discord bots using @nezuchan/nezu-gateway.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down
8 changes: 8 additions & 0 deletions libs/framework/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.7.3](https://github.com/NezuChan/library/compare/@nezuchan/framework@0.7.2...@nezuchan/framework@0.7.3) (2024-01-01)

**Note:** Version bump only for package @nezuchan/framework





## [0.7.2](https://github.com/NezuChan/library/compare/@nezuchan/framework@0.7.1...@nezuchan/framework@0.7.2) (2024-01-01)

**Note:** Version bump only for package @nezuchan/framework
Expand Down
2 changes: 1 addition & 1 deletion libs/framework/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nezuchan/framework",
"version": "0.7.2",
"version": "0.7.3",
"description": "A Commands framework for @nezuchan/nezu-gateway.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions plugins/fastify-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.3.3](https://github.com/NezuChan/library/compare/@nezuchan/fastify-plugin@0.3.2...@nezuchan/fastify-plugin@0.3.3) (2024-01-01)

**Note:** Version bump only for package @nezuchan/fastify-plugin





## [0.3.2](https://github.com/NezuChan/library/compare/@nezuchan/fastify-plugin@0.3.1...@nezuchan/fastify-plugin@0.3.2) (2024-01-01)

**Note:** Version bump only for package @nezuchan/fastify-plugin
Expand Down
2 changes: 1 addition & 1 deletion plugins/fastify-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nezuchan/fastify-plugin",
"version": "0.3.2",
"version": "0.3.3",
"description": "A Fastify API Plugins for NezuChan Framework",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions plugins/tasker-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.3](https://github.com/NezuChan/library/compare/@nezuchan/tasker-plugin@0.2.2...@nezuchan/tasker-plugin@0.2.3) (2024-01-01)

**Note:** Version bump only for package @nezuchan/tasker-plugin





## [0.2.2](https://github.com/NezuChan/library/compare/@nezuchan/tasker-plugin@0.2.1...@nezuchan/tasker-plugin@0.2.2) (2024-01-01)


Expand Down
2 changes: 1 addition & 1 deletion plugins/tasker-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nezuchan/tasker-plugin",
"version": "0.2.2",
"version": "0.2.3",
"description": "A Tasker Plugins for NezuChan Framework",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 8cd39fe

Please sign in to comment.