Skip to content

Commit 6a3fb78

Browse files
Release 2.0.0
[skip ci] ## [2.0.0](v1.1.0...v2.0.0) (2024-06-15) ### ⚠ BREAKING CHANGES * drop Node.js < 18.19.0 support eggjs/egg#5257 ### Features * support cjs and esm both ([#8](#8)) ([a092108](a092108))
1 parent a092108 commit 6a3fb78

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [2.0.0](https://github.com/eggjs/egg-path-matching/compare/v1.1.0...v2.0.0) (2024-06-15)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* drop Node.js < 18.19.0 support
9+
10+
https://github.com/eggjs/egg/issues/5257
11+
12+
### Features
13+
14+
* support cjs and esm both ([#8](https://github.com/eggjs/egg-path-matching/issues/8)) ([a092108](https://github.com/eggjs/egg-path-matching/commit/a092108f1552296ea7ba060300bf580f3a6a5d2e))
15+
316
## [1.1.0](https://github.com/eggjs/egg-path-matching/compare/v1.0.1...v1.1.0) (2023-12-14)
417

518

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "egg-path-matching",
3-
"version": "1.1.0",
3+
"version": "2.0.0",
44
"engine": {
55
"node": ">= 18.19.0"
66
},

0 commit comments

Comments
 (0)