diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a43557..9b63076 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.1.0](https://github.com/eggjs/egg-init/compare/v3.0.2...v3.1.0) (2024-02-23) + + +### Features + +* add npmrc to file mapping ([#86](https://github.com/eggjs/egg-init/issues/86)) ([66e35e4](https://github.com/eggjs/egg-init/commit/66e35e4621061fb6e31619e433c336ebb8706b77)) + ## [3.0.2](https://github.com/eggjs/egg-init/compare/v3.0.1...v3.0.2) (2024-01-06) diff --git a/package.json b/package.json index fe73bf4..d25ffc7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "egg-init", - "version": "3.0.2", + "version": "3.1.0", "description": "Init egg app helper tools.", "main": "lib/init_command.js", "scripts": {