Skip to content

Commit bb9c8e3

Browse files
Release 1.1.0
[skip ci] ## [1.1.0](v1.0.1...v1.1.0) (2023-12-14) ### Features * use github action and auto release ([#6](#6)) ([1eb34da](1eb34da))
1 parent 1eb34da commit bb9c8e3

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# Changelog
2+
3+
## [1.1.0](https://github.com/eggjs/egg-path-matching/compare/v1.0.1...v1.1.0) (2023-12-14)
4+
5+
6+
### Features
7+
8+
* use github action and auto release ([#6](https://github.com/eggjs/egg-path-matching/issues/6)) ([1eb34da](https://github.com/eggjs/egg-path-matching/commit/1eb34da16f9676737bbc1fd95fc73ae26e8e5b39))
19

210
1.0.1 / 2017-11-15
311
==================

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.0.1",
3+
"version": "1.1.0",
44
"description": "match or ignore url path",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)