Skip to content

Commit

Permalink
chore(main): release 3.1.3 (#738)
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 31, 2023
1 parent b3e9ba6 commit ba61125
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [3.1.3](https://github.com/kazukazu123123/pow/compare/v3.1.2...v3.1.3) (2023-08-31)


### Bug Fixes

* add handle db errors ([#743](https://github.com/kazukazu123123/pow/issues/743)) ([b3e9ba6](https://github.com/kazukazu123123/pow/commit/b3e9ba63dd082ba996ef1fe6998e6fcff31988f1))
* **deps:** update dependency @sapphire/plugin-subcommands to v4.2.1 ([#737](https://github.com/kazukazu123123/pow/issues/737)) ([9ab4793](https://github.com/kazukazu123123/pow/commit/9ab4793e9bd6705019b30521a1fcf909c9d5fc9b))
* **refactor:** エラー処理を修正 ([#739](https://github.com/kazukazu123123/pow/issues/739)) ([a3e3621](https://github.com/kazukazu123123/pow/commit/a3e36219a7cb049699432bb316764334be379f2f))

## [3.1.2](https://github.com/kazukazu123123/pow/compare/v3.1.1...v3.1.2) (2023-08-27)


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.1.2",
"version": "3.1.3",
"main": "dist/index.js",
"scripts": {
"start": "node .",
Expand Down

0 comments on commit ba61125

Please sign in to comment.