Skip to content

Commit

Permalink
chore: v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
troch committed Dec 29, 2019
1 parent 946d256 commit 1fe44b4
Show file tree
Hide file tree
Showing 4 changed files with 701 additions and 13 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CHANGELOG.md
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [5.0.0](https://github.com/troch/path-parser/compare/v4.2.0...v5.0.0) (2019-12-29)


### Bug Fixes

* use encodeURIComponent to encode URL params ([#43](https://github.com/troch/path-parser/issues/43)) ([946d256](https://github.com/troch/path-parser/commit/946d2563a3cabe3b22fc14c679045ef8a8519821))


### Maintenance

* upgrade all dev dependencies ([#42](https://github.com/troch/path-parser/issues/42)) ([b294b17](https://github.com/troch/path-parser/commit/b294b17fdadd37db399469c10920eb1850652fd8))


### BREAKING CHANGES

* default export has been removed, now `Path` is only available as a named export.

<a name="4.2.0"></a>
# [4.2.0](https://github.com/troch/path-parser/compare/v4.1.1...v4.2.0) (2018-07-11)

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "path-parser",
"version": "4.2.0",
"version": "5.0.0",
"description": "A small utility to parse, match and generate paths",
"license": "MIT",
"main": "dist/index.js",
Expand Down Expand Up @@ -37,6 +37,7 @@
"search-params": "2.1.3"
},
"devDependencies": {
"conventional-changelog-cli": "2.0.31",
"@types/jest": "^24.0.25",
"husky": "^3.1.0",
"tsdx": "^0.12.1",
Expand Down
Loading

0 comments on commit 1fe44b4

Please sign in to comment.