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.0.1...v3.0.0) (2023-11-28)

### ⚠ BREAKING CHANGES

* drop Node.js < 16 support

### Features

* use egg-init v3 ([#8](#8)) ([1709791](1709791))
  • Loading branch information
semantic-release-bot committed Nov 28, 2023
1 parent 1709791 commit d8d0910
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# Changelog

## [3.0.0](https://github.com/eggjs/create-egg/compare/v2.0.1...v3.0.0) (2023-11-28)


### ⚠ BREAKING CHANGES

* drop Node.js < 16 support

### Features

* use egg-init v3 ([#8](https://github.com/eggjs/create-egg/issues/8)) ([1709791](https://github.com/eggjs/create-egg/commit/1709791b14dd390692cf7047aaa52f1d6cefb268))

2.0.1 / 2020-08-04
==================
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-egg",
"version": "2.0.1",
"version": "3.0.0",
"description": "Alias for egg-init, so you could use `npm init egg showcase`.",
"dependencies": {
"egg-init": "3"
Expand Down

0 comments on commit d8d0910

Please sign in to comment.