From f38c469bc0814e0ea1e3e98b348ae3e96a8adf29 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 25 Nov 2023 15:48:12 +0000 Subject: [PATCH] Release 3.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [skip ci] ## [3.0.0](https://github.com/eggjs/egg-init/compare/v2.3.1...v3.0.0) (2023-11-25) ### ⚠ BREAKING CHANGES * drop Node.js < 16 support - Drop http proxy support ### Features * drop Node.js < 16 support ([#82](https://github.com/eggjs/egg-init/issues/82)) ([0fd85c4](https://github.com/eggjs/egg-init/commit/0fd85c4d2a2f64c99b1f9a27fa55805a45bde6ac)) ### Bug Fixes * ci failed on windows ([#73](https://github.com/eggjs/egg-init/issues/73)) ([4353482](https://github.com/eggjs/egg-init/commit/4353482f11ae2c1269c0f7cedcc23ea81e95286f)) --- CHANGELOG.md | 20 +++++++++++++++++++- package.json | 2 +- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b1110b..c4d7c56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +# Changelog + +## [3.0.0](https://github.com/eggjs/egg-init/compare/v2.3.1...v3.0.0) (2023-11-25) + + +### ⚠ BREAKING CHANGES + +* drop Node.js < 16 support + +- Drop http proxy support + +### Features + +* drop Node.js < 16 support ([#82](https://github.com/eggjs/egg-init/issues/82)) ([0fd85c4](https://github.com/eggjs/egg-init/commit/0fd85c4d2a2f64c99b1f9a27fa55805a45bde6ac)) + + +### Bug Fixes + +* ci failed on windows ([#73](https://github.com/eggjs/egg-init/issues/73)) ([4353482](https://github.com/eggjs/egg-init/commit/4353482f11ae2c1269c0f7cedcc23ea81e95286f)) 2.3.0 / 2021-11-10 ================== @@ -206,4 +225,3 @@ ================== * reinit project - diff --git a/package.json b/package.json index 1bd474e..85bcb00 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "egg-init", - "version": "2.3.0", + "version": "3.0.0", "description": "Init egg app helper tools.", "main": "lib/init_command.js", "scripts": {