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:
@@ -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
@@ -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"
|
||||
|
||||
Vendored
+1
-1
@@ -1,3 +1,3 @@
|
||||
module.exports = {
|
||||
"version": "0.26.3"
|
||||
"version": "0.26.1"
|
||||
};
|
||||
Generated
+2
-2
@@ -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
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user