Skip to content

Commit ee516f0

Browse files
committed
updated axios version & change log
1 parent c86e357 commit ee516f0

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-6
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [v1.20.0](https://github.com/contentstack/contentstack-management-javascript/tree/v1.20.0) (2025-04-01)
4+
- Feature
5+
- Added OAuth support
6+
- Added the Unit Test cases and added sanity test case for OAuth
7+
- Handle retry the requests that were pending due to token expiration
8+
- Updated Axios Version
9+
310
## [v1.19.5](https://github.com/contentstack/contentstack-management-javascript/tree/v1.19.5) (2025-03-17)
411
- Fix
512
- Added AuditLog in the stack class

package-lock.json

+6-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentstack/management",
3-
"version": "1.19.5",
3+
"version": "1.20.0",
44
"description": "The Content Management API is used to manage the content of your Contentstack account",
55
"main": "./dist/node/contentstack-management.js",
66
"browser": "./dist/web/contentstack-management.js",
@@ -53,7 +53,7 @@
5353
"license": "MIT",
5454
"dependencies": {
5555
"assert": "^2.1.0",
56-
"axios": "^1.8.2",
56+
"axios": "^1.8.4",
5757
"buffer": "^6.0.3",
5858
"form-data": "^4.0.2",
5959
"lodash": "^4.17.21",

0 commit comments

Comments
 (0)