Skip to content

Commit

Permalink
v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslnewell committed Nov 6, 2019
1 parent ea3a869 commit 0dad9cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"packages": [
"packages/*"
],
"version": "2.4.1",
"version": "2.5.0",
"npmClient": "yarn"
}
4 changes: 2 additions & 2 deletions packages/xhr-mock-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"rxjs": "^5.5.6",
"superagent": "^3.8.2",
"url-search-params": "^0.10.0",
"xhr-mock": "^2.4.1"
"xhr-mock": "^2.5.0"
},
"devDependencies": {
"@types/chai": "4.1.0",
Expand All @@ -33,5 +33,5 @@
"test:watch": "concurrently 'webpack --watch' testem",
"ci": "yarn run clean && yarn run lint && yarn run check && yarn run test"
},
"version": "2.4.1"
"version": "2.5.0"
}

0 comments on commit 0dad9cb

Please sign in to comment.