Skip to content

Commit

Permalink
Axios version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
sunil-lakshman committed Aug 22, 2024
1 parent 440c70b commit aee51a1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 15 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## [v1.17.1](https://github.com/contentstack/contentstack-management-javascript/tree/v1.17.1) (2024-08-28)
- Fix
- Axios version bump
## [v1.17.0](https://github.com/contentstack/contentstack-management-javascript/tree/v1.17.0) (2024-07-02)
- Enhancement
- Fixed package publish issue in github workflow
Expand Down
22 changes: 10 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contentstack/management",
"version": "1.17.0",
"version": "1.17.1",
"description": "The Content Management API is used to manage the content of your Contentstack account",
"main": "./dist/node/contentstack-management.js",
"browser": "./dist/web/contentstack-management.js",
Expand Down Expand Up @@ -52,10 +52,10 @@
"author": "Contentstack",
"license": "MIT",
"dependencies": {
"axios": "^1.7.2",
"axios": "^1.7.4",
"form-data": "^3.0.1",
"lodash": "^4.17.21",
"qs": "^6.12.1"
"qs": "^6.13.0"
},
"keywords": [
"contentstack management api",
Expand Down

0 comments on commit aee51a1

Please sign in to comment.