Skip to content

Commit 5f8082b

Browse files
Release 1.2.0
[skip ci] ## [1.2.0](v1.1.0...v1.2.0) (2025-01-22) ### Features * support custom pathToRegexpModule ([#11](#11)) ([694acc8](694acc8))
1 parent 38d5bec commit 5f8082b

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+
## [1.2.0](https://github.com/eggjs/egg-path-matching/compare/v1.1.0...v1.2.0) (2025-01-22)
4+
5+
6+
### Features
7+
8+
* support custom pathToRegexpModule ([#11](https://github.com/eggjs/egg-path-matching/issues/11)) ([694acc8](https://github.com/eggjs/egg-path-matching/commit/694acc854cad6b3fc99632100b5e37dae552bd48))
9+
310
## [1.1.0](https://github.com/eggjs/egg-path-matching/compare/v1.0.1...v1.1.0) (2023-12-14)
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": "1.1.0",
3+
"version": "1.2.0",
44
"engine": {
55
"node": ">= 4.0.0"
66
},

0 commit comments

Comments
 (0)