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

chore(release): prepare release 1.13.4 (#7353)

* 1.13.4

* chore: codegen and some updates to workflows

* chore: add github token

Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: jasonsaayman <jasonsaayman@gmail.com>
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2026-01-27 20:13:03 +02:00
committed by GitHub
parent ee90dfc28a
commit 9336cf9a33
7 changed files with 186 additions and 545 deletions
+4
View File
@@ -56,6 +56,10 @@ jobs:
fi fi
fi fi
echo "::set-output name=newTag::$(node -p "require('./package.json').version")" echo "::set-output name=newTag::$(node -p "require('./package.json').version")"
- name: Bump bower etc
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npm run preversion
- name: Build project - name: Build project
run: npm run build run: npm run build
- name: Run unit tests - name: Run unit tests
-1
View File
@@ -7,7 +7,6 @@ on:
- "*/*" - "*/*"
- "**" - "**"
- "!sponsors" - "!sponsors"
- "!release/**"
permissions: permissions:
contents: read contents: read
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "axios", "name": "axios",
"main": "./dist/axios.js", "main": "./dist/axios.js",
"version": "1.13.3", "version": "1.13.4",
"homepage": "https://axios-http.com", "homepage": "https://axios-http.com",
"authors": [ "authors": [
"Matt Zabriskie" "Matt Zabriskie"
+1 -1
View File
@@ -1 +1 @@
export const VERSION = "1.13.3"; export const VERSION = "1.13.4";
+1 -1
View File
@@ -1,2 +1,2 @@
[tools] [tools]
node = "22" node = "24"
+178 -540
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "axios", "name": "axios",
"version": "1.13.3", "version": "1.13.4",
"description": "Promise based HTTP client for the browser and node.js", "description": "Promise based HTTP client for the browser and node.js",
"main": "./dist/node/axios.cjs", "main": "./dist/node/axios.cjs",
"module": "./index.js", "module": "./index.js",