Skip to content

Commit

Permalink
Bump version so npm will let me publish
Browse files Browse the repository at this point in the history
  • Loading branch information
nettofarah committed Feb 11, 2017
1 parent 1bffadc commit 406e9d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 1.0.0 (Feb 10, 2017)
## 1.0.1 (Feb 10, 2017)
- Split casssette API in two functions so users can mount and unmount cassettes at different parts of their codebase

## 0.1.0 (Jun 16, 2016)
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": "axios-vcr",
"version": "1.0.0",
"version": "1.0.1",
"description": "axios-vcr is a set of middlewares for axios that allow you to record and replay requests.",
"main": "index.js",
"homepage": "http://github.com/nettofarah/axios-vcr",
Expand Down

0 comments on commit 406e9d0

Please sign in to comment.