Skip to content

Commit c6556ea

Browse files
authored
Merge pull request #181 from contentstack/next
QS version bump (#179)
2 parents afb34b2 + 316b159 commit c6556ea

File tree

3 files changed

+13
-14
lines changed

3 files changed

+13
-14
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Changelog
2-
3-
## [v1.17.1](https://github.com/contentstack/contentstack-management-javascript/tree/v1.17.1) (2024-08-14)
2+
## [v1.17.2](https://github.com/contentstack/contentstack-management-javascript/tree/v1.17.2) (2024-08-28)
3+
- Fix
4+
- QS version bump
5+
## [v1.17.1](https://github.com/contentstack/contentstack-management-javascript/tree/v1.17.1) (2024-08-23)
46
- Fix
5-
- Fix file upload function in sanity report file
6-
- Vulnerability fix - Axios
7-
7+
- Axios version bump
88
## [v1.17.0](https://github.com/contentstack/contentstack-management-javascript/tree/v1.17.0) (2024-07-02)
99
- Enhancement
1010
- Fixed package publish issue in github workflow

package-lock.json

Lines changed: 6 additions & 7 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/management",
3-
"version": "1.17.1",
3+
"version": "1.17.2",
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",
@@ -55,7 +55,7 @@
5555
"axios": "^1.7.4",
5656
"form-data": "^3.0.1",
5757
"lodash": "^4.17.21",
58-
"qs": "^6.12.1"
58+
"qs": "^6.13.0"
5959
},
6060
"keywords": [
6161
"contentstack management api",

0 commit comments

Comments
 (0)