2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-15 11:59:42 +03:00

Revert some changes that are only required when we actually release

This commit is contained in:
Jay
2022-04-05 15:47:01 +02:00
parent 499d3bee54
commit ee151a7356
5 changed files with 5 additions and 10 deletions
-5
View File
@@ -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:
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -1,3 +1,3 @@
module.exports = {
"version": "0.26.3"
"version": "0.26.1"
};
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "axios",
"version": "0.26.3",
"version": "0.26.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "axios",
"version": "0.26.3",
"version": "0.26.1",
"license": "MIT",
"dependencies": {
"follow-redirects": "^1.14.9",
+1 -1
View File
@@ -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",