Skip to content

Commit b6f74de

Browse files
Release 5.13.0
[skip ci] ## [5.13.0](v5.12.6...v5.13.0) (2023-01-18) ### Features * use util.debug instead of debug module ([#212](#212)) ([33c95c2](33c95c2))
1 parent 33c95c2 commit b6f74de

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [5.13.0](https://github.com/eggjs/egg-bin/compare/v5.12.6...v5.13.0) (2023-01-18)
4+
5+
6+
### Features
7+
8+
* use util.debug instead of debug module ([#212](https://github.com/eggjs/egg-bin/issues/212)) ([33c95c2](https://github.com/eggjs/egg-bin/commit/33c95c20b44c7be267bb47399d2ce963214989d0))
9+
310
## [5.12.3](https://github.com/eggjs/egg-bin/compare/v5.12.2...v5.12.3) (2023-01-13)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "egg-bin",
3-
"version": "5.12.6",
3+
"version": "5.13.0",
44
"description": "egg developer tool",
55
"files": [
66
"index.js",

0 commit comments

Comments
 (0)