Skip to content

Commit

Permalink
Releasing 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nickuraltsev committed Jun 1, 2016
1 parent 4873e81 commit 4d1269c
Show file tree
Hide file tree
Showing 6 changed files with 91 additions and 52 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "axios",
"main": "./dist/axios.js",
"version": "0.11.1",
"version": "0.12.0",
"homepage": "https://github.com/mzabriskie/axios",
"authors": [
"Matt Zabriskie"
Expand Down
131 changes: 85 additions & 46 deletions dist/axios.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/axios.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/axios.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/axios.min.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "axios",
"version": "0.11.1",
"version": "0.12.0",
"description": "Promise based HTTP client for the browser and node.js",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 4d1269c

Please sign in to comment.