diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cee266..0d889d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [6.5.0](https://github.com/eggjs/egg-bin/compare/v6.4.2...v6.5.0) (2023-09-15) + + +### Features + +* support run test/cov on esm package ([#239](https://github.com/eggjs/egg-bin/issues/239)) ([6ae1044](https://github.com/eggjs/egg-bin/commit/6ae10444af01cccfac19b2e4210f7fb06382e728)) + ## [6.4.2](https://github.com/eggjs/egg-bin/compare/v6.4.1...v6.4.2) (2023-08-05) diff --git a/package.json b/package.json index 22d1aa7..5d7f0d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "egg-bin", - "version": "6.4.2", + "version": "6.5.0", "publishConfig": { "tag": "latest" },