Skip to content

Commit

Permalink
chore(main): release 3.1.0 (#716)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Aug 25, 2023
1 parent 881db8a commit e7391e3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [3.1.0](https://github.com/kazukazu123123/pow/compare/v3.0.1...v3.1.0) (2023-08-25)


### Features

* **command:** Add /rejoin command. ([#715](https://github.com/kazukazu123123/pow/issues/715)) ([1aac74b](https://github.com/kazukazu123123/pow/commit/1aac74bf2b88110d16576a87fadbda3d4615b3a3))


### Bug Fixes

* **commands:** add command validations ([#722](https://github.com/kazukazu123123/pow/issues/722)) ([881db8a](https://github.com/kazukazu123123/pow/commit/881db8a7bc5d24113036bce7f22eddbe3ce61e40))

## [3.0.1](https://github.com/kazukazu123123/pow/compare/v3.0.0...v3.0.1) (2023-08-24)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pow",
"version": "3.0.1",
"version": "3.1.0",
"main": "dist/index.js",
"scripts": {
"start": "node .",
Expand Down

0 comments on commit e7391e3

Please sign in to comment.