Skip to content

Commit

Permalink
Revert some changes that are only required when we actually release
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonsaayman committed Apr 5, 2022
1 parent 499d3be commit ee151a7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 10 deletions.
5 changes: 0 additions & 5 deletions CHANGELOG.md
@@ -1,10 +1,5 @@
# Changelog

### 0.26.3

Fixes and Functionality:
- Bump follow-redirects from 1.14.7 to 1.14.9 ([#4473](https://github.com/axios/axios/pull/4562))

### 0.26.1 (March 9, 2022)

Fixes and Functionality:
Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,7 +1,7 @@
{
"name": "axios",
"main": "./dist/axios.js",
"version": "0.26.3",
"version": "0.26.1",
"homepage": "https://axios-http.com",
"authors": [
"Matt Zabriskie"
Expand Down
2 changes: 1 addition & 1 deletion lib/env/data.js
@@ -1,3 +1,3 @@
module.exports = {
"version": "0.26.3"
"version": "0.26.1"
};
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "axios",
"version": "0.26.3",
"version": "0.26.1",
"description": "Promise based HTTP client for the browser and node.js",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit ee151a7

Please sign in to comment.