Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
[skip ci]

## [3.0.0](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](#82)) ([0fd85c4](0fd85c4))

### Bug Fixes

* ci failed on windows ([#73](#73)) ([4353482](4353482))
  • Loading branch information
semantic-release-bot committed Nov 25, 2023
1 parent 0fd85c4 commit f38c469
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# Changelog

## [3.0.0](https:/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:/eggjs/egg-init/issues/82)) ([0fd85c4](https:/eggjs/egg-init/commit/0fd85c4d2a2f64c99b1f9a27fa55805a45bde6ac))


### Bug Fixes

* ci failed on windows ([#73](https:/eggjs/egg-init/issues/73)) ([4353482](https:/eggjs/egg-init/commit/4353482f11ae2c1269c0f7cedcc23ea81e95286f))

2.3.0 / 2021-11-10
==================
Expand Down Expand Up @@ -206,4 +225,3 @@
==================

* reinit project

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit f38c469

Please sign in to comment.