Skip to content

Commit

Permalink
chore: v4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
troch committed Mar 27, 2018
1 parent 59f43c5 commit eab6db0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<a name="4.0.2"></a>
## [4.0.2](https://github.com/troch/path-parser/compare/v4.0.1...v4.0.2) (2018-03-27)



<a name="4.0.1"></a>
## [4.0.1](https://github.com/troch/path-parser/compare/v4.0.0...v4.0.1) (2018-03-26)

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "path-parser",
"version": "4.0.1",
"version": "4.0.2",
"description": "A small utility to parse, match and generate paths",
"main": "dist/cjs/path-parser.js",
"jsnext:main": "dist/es/path-parser.js",
"module": "dist/es/path-parser.js",
"side-effects": false,
"sideEffects": false,
"typings": "./typings/index.d.ts",
"scripts": {
"test": "mocha -r ts-node/register 'test/main.js'",
Expand Down Expand Up @@ -62,6 +62,6 @@
"typescript": "~2.7.2"
},
"dependencies": {
"search-params": "2.1.1"
"search-params": "2.1.2"
}
}
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2572,9 +2572,9 @@ sax@^1.2.4:
version "1.2.4"
resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9"

search-params@2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/search-params/-/search-params-2.1.1.tgz#25a6da0b4c0ad1745d42235475150f3c04da8301"
search-params@2.1.2:
version "2.1.2"
resolved "https://registry.yarnpkg.com/search-params/-/search-params-2.1.2.tgz#e0107b7e6f2e973d7991b8fbffc8b6664bc96edd"

"semver@2 || 3 || 4 || 5", semver@^5.3.0, semver@^5.5.0:
version "5.5.0"
Expand Down

0 comments on commit eab6db0

Please sign in to comment.