Skip to content

Commit

Permalink
QS version bump (#179)
Browse files Browse the repository at this point in the history
* Axios version bump

* Package version bump

* Updated changelog file
  • Loading branch information
sunil-lakshman authored Aug 23, 2024
1 parent 82ce085 commit d3a8363
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 14 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Changelog

## [v1.17.1](https://github.com/contentstack/contentstack-management-javascript/tree/v1.17.1) (2024-08-14)
## [v1.17.2](https://github.com/contentstack/contentstack-management-javascript/tree/v1.17.2) (2024-08-28)
- Fix
- QS version bump
## [v1.17.1](https://github.com/contentstack/contentstack-management-javascript/tree/v1.17.1) (2024-08-23)
- Fix
- Fix file upload function in sanity report file
- Vulnerability fix - Axios

- 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
13 changes: 6 additions & 7 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contentstack/management",
"version": "1.17.1",
"version": "1.17.2",
"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 @@ -55,7 +55,7 @@
"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 d3a8363

Please sign in to comment.