Skip to content

Commit 001f009

Browse files
authored
Merge pull request #53 from contentstack/next
Axios version bump (#52)
2 parents d9e24d8 + ffc1da2 commit 001f009

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Change log
22

3+
### Version: 1.1.1
4+
#### Date: Aug-28-2024
5+
- Axios version bump
6+
37
### Version: 1.1.0
48
#### Date: Aug-07-2024
59
- Live Preview configuration changes

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentstack/core",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"type": "commonjs",
55
"main": "./dist/cjs/src/index.js",
66
"types": "./dist/cjs/src/index.d.ts",
@@ -18,7 +18,7 @@
1818
"build:types": "node tools/cleanup types && tsc -p config/tsconfig.types.json"
1919
},
2020
"dependencies": {
21-
"axios": "^1.7.2",
21+
"axios": "^1.7.4",
2222
"axios-mock-adapter": "^1.22.0",
2323
"lodash": "^4.17.21",
2424
"qs": "^6.13.0",

0 commit comments

Comments
 (0)