diff --git a/CHANGELOG.md b/CHANGELOG.md index f57654c..d100116 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.17.0](https://github.com/eggjs/egg-bin/compare/v5.16.0...v5.17.0) (2024-03-27) + + +### Features + +* dal gen support pkg alias ([#261](https://github.com/eggjs/egg-bin/issues/261)) ([5876faf](https://github.com/eggjs/egg-bin/commit/5876fafcc7a29b9e59b7e79a75e995e2e219992e)) + ## [5.16.0](https://github.com/eggjs/egg-bin/compare/v5.15.1...v5.16.0) (2024-03-26) diff --git a/package.json b/package.json index e4e1136..adf6d75 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "egg-bin", - "version": "5.16.0", + "version": "5.17.0", "publishConfig": { "tag": "latest-5" },