Skip to content

Commit

Permalink
Release v0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonsaayman committed Oct 12, 2021
1 parent 6d1e30f commit 1025d12
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,7 +1,7 @@
{
"name": "axios",
"main": "./dist/axios.js",
"version": "0.22.0",
"version": "0.23.0",
"homepage": "https://axios-http.com",
"authors": [
"Matt Zabriskie"
Expand Down
6 changes: 3 additions & 3 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.

2 changes: 1 addition & 1 deletion 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 lib/env/data.js
@@ -1,3 +1,3 @@
module.exports = {
"version": "0.22.0"
"version": "0.23.0"
};
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "axios",
"version": "0.22.0",
"version": "0.23.0",
"description": "Promise based HTTP client for the browser and node.js",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 1025d12

Please sign in to comment.