mirror of
https://github.com/axios/axios.git
synced 2026-04-11 02:11:50 +08: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:
parent
ee90dfc28a
commit
9336cf9a33
4
.github/workflows/release-branch.yml
vendored
4
.github/workflows/release-branch.yml
vendored
@ -56,6 +56,10 @@ jobs:
|
||||
fi
|
||||
fi
|
||||
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
|
||||
run: npm run build
|
||||
- name: Run unit tests
|
||||
|
||||
1
.github/workflows/run-ci.yml
vendored
1
.github/workflows/run-ci.yml
vendored
@ -7,7 +7,6 @@ on:
|
||||
- "*/*"
|
||||
- "**"
|
||||
- "!sponsors"
|
||||
- "!release/**"
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "axios",
|
||||
"main": "./dist/axios.js",
|
||||
"version": "1.13.3",
|
||||
"version": "1.13.4",
|
||||
"homepage": "https://axios-http.com",
|
||||
"authors": [
|
||||
"Matt Zabriskie"
|
||||
|
||||
2
lib/env/data.js
vendored
2
lib/env/data.js
vendored
@ -1 +1 @@
|
||||
export const VERSION = "1.13.3";
|
||||
export const VERSION = "1.13.4";
|
||||
718
package-lock.json
generated
718
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "axios",
|
||||
"version": "1.13.3",
|
||||
"version": "1.13.4",
|
||||
"description": "Promise based HTTP client for the browser and node.js",
|
||||
"main": "./dist/node/axios.cjs",
|
||||
"module": "./index.js",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user