Skip to content

Commit 27189b5

Browse files
Release 2.1.0
[skip ci] ## [2.1.0](v2.0.0...v2.1.0) (2024-09-18) ### Features * use path-to-regexp@6.3.0 ([#10](#10)) ([b059f04](b059f04))
1 parent b059f04 commit 27189b5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## [2.1.0](https://github.com/eggjs/egg-path-matching/compare/v2.0.0...v2.1.0) (2024-09-18)
4+
5+
6+
### Features
7+
8+
* use path-to-regexp@6.3.0 ([#10](https://github.com/eggjs/egg-path-matching/issues/10)) ([b059f04](https://github.com/eggjs/egg-path-matching/commit/b059f04da680010b6cd506a4950bbd120cc78e95))
9+
310
## [2.0.0](https://github.com/eggjs/egg-path-matching/compare/v1.1.0...v2.0.0) (2024-06-15)
411

512

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": "2.0.0",
3+
"version": "2.1.0",
44
"engine": {
55
"node": ">= 18.19.0"
66
},

0 commit comments

Comments
 (0)