Skip to content

Commit

Permalink
chore: v6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
troch committed Jan 6, 2020
1 parent 605c7f9 commit 2ee0233
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [6.1.0](https://github.com/troch/path-parser/compare/v6.0.0...v6.1.0) (2020-01-06)


### Features

* enable overwritting options on building and matching methods ([#47](https://github.com/troch/path-parser/issues/47)) ([605c7f9](https://github.com/troch/path-parser/commit/605c7f969dadd347033ce20f8e3d3d8416f31e44))

This reverts a breaking change below.

# [6.0.0](https://github.com/troch/path-parser/compare/v5.1.0...v6.0.0) (2020-01-05)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "path-parser",
"version": "6.0.0",
"version": "6.1.0",
"description": "A small utility to parse, match and generate paths",
"license": "MIT",
"main": "dist/index.js",
Expand Down

0 comments on commit 2ee0233

Please sign in to comment.