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.7.0...v3.0.0) (2024-05-08)

### ⚠ BREAKING CHANGES

* drop Node.js < 14 support

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

- **New Features**
  - Introduced a new GitHub Actions workflow for Node.js releases.
- **Enhancements**
- Updated continuous integration workflow with improved job
configurations.
- Enhanced file system operations across multiple JavaScript files using
Node.js built-in modules.
- **Bug Fixes**
- Fixed directory and file operations in test suites to use updated
Node.js methods.
- **Documentation**
  - Adjusted documentation comments and removed outdated directives.
- **Refactor**
- Removed the use of `'use strict';` in several JavaScript files to
align with modern standards.
- **Dependencies**
- Updated various dependencies and Node version requirements to ensure
compatibility and security.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->

### Features

* upgrade deps ([#31](#31)) ([af27674](af27674))
  • Loading branch information
semantic-release-bot committed May 8, 2024
1 parent af27674 commit 925299c
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Changelog

## [3.0.0](https://github.com/eggjs/egg-development/compare/v2.7.0...v3.0.0) (2024-05-08)


### ⚠ BREAKING CHANGES

* drop Node.js < 14 support


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

- **New Features**
- Introduced a new GitHub Actions workflow for Node.js releases.
- **Enhancements**
- Updated continuous integration workflow with improved job
configurations.
- Enhanced file system operations across multiple JavaScript files using
Node.js built-in modules.
- **Bug Fixes**
- Fixed directory and file operations in test suites to use updated
Node.js methods.
- **Documentation**
- Adjusted documentation comments and removed outdated directives.
- **Refactor**
- Removed the use of `'use strict';` in several JavaScript files to
align with modern standards.
- **Dependencies**
- Updated various dependencies and Node version requirements to ensure
compatibility and security.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->

### Features

* upgrade deps ([#31](https://github.com/eggjs/egg-development/issues/31)) ([af27674](https://github.com/eggjs/egg-development/commit/af27674a60b0407179db65499cf2b4b55662b06b))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "egg-development",
"version": "2.7.0",
"version": "3.0.0",
"description": "development tool for egg",
"eggPlugin": {
"name": "development",
Expand Down

0 comments on commit 925299c

Please sign in to comment.