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.2.3...v3.0.0) (2023-12-11)

### ⚠ BREAKING CHANGES

* drop Node.js < 14

### Features

* use @koa/[email protected] ([#27](#27)) ([599e918](599e918))
  • Loading branch information
semantic-release-bot committed Dec 11, 2023
1 parent 599e918 commit 770bda9
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/egg-cors/compare/v2.2.3...v3.0.0) (2023-12-11)


### ⚠ BREAKING CHANGES

* drop Node.js < 14

### Features

* use @koa/cors@5.0.0 ([#27](https://github.com/eggjs/egg-cors/issues/27)) ([599e918](https://github.com/eggjs/egg-cors/commit/599e918f18f65c47e41ebf30d659ae439e10207d))

2.2.3 / 2019-11-14
==================
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": "egg-cors",
"version": "2.2.3",
"version": "3.0.0",
"description": "cors plugin for egg",
"eggPlugin": {
"name": "cors"
Expand Down

0 comments on commit 770bda9

Please sign in to comment.