Skip to content

Commit 0a3e029

Browse files
committed
fix(changelog): fix typo
1 parent 868a2d9 commit 0a3e029

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
lines changed

CHANGELOG.md

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,23 @@
11
## v0.9.0
2+
23
### Breaking changes:
3-
* Removing `sensitive` option in `normalizePathPattern` because it cause probles with params names.
4+
5+
* Removing `sensitive` option in `normalizePathPattern` because it cause problems with params names.
46

57
## v0.8.0
8+
69
### Changes:
7-
* Publish `normalizePathPattern` function
8-
* Publish `AbstractPathPattern` - super class of `PathPattern` and `RelativePathPattern`
9-
* Improve normalization - use string functions instead of regexp and add normalization options
10-
* Make params generic types optional (`any` by default)
10+
11+
* Publish `normalizePathPattern` function
12+
* Publish `AbstractPathPattern` - super class of `PathPattern` and `RelativePathPattern`
13+
* Improve normalization - use string functions instead of regexp and add normalization options
14+
* Make params generic types optional (`any` by default)
15+
1116
### Breaking changes:
12-
* Move `PathPattern.matchOneOf` to the external function `matchOneOf`
13-
* Rename `PathPattern.getFormatedPath()` to `PathPattern.getPattern()`
17+
18+
* Move `PathPattern.matchOneOf` to the external function `matchOneOf`
19+
* Rename `PathPattern.getFormatedPath()` to `PathPattern.getPattern()`
1420

1521
## v0.7.0
16-
* Initial release
22+
23+
* Initial release

0 commit comments

Comments
 (0)