Skip to content

Commit 0cc9b17

Browse files
Merge pull request #95 from contentstack/enh/DX-3099
Bump version to 1.4.0 and update changelog for new features
2 parents 91cf666 + 2f9f2d2 commit 0cc9b17

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
# Changelog
22

3-
## [v1.3.0](https://github.com/contentstack/contentstack-marketplace-sdk/tree/v1.3.0) (2024-08-11)
3+
## [v1.4.0](https://github.com/contentstack/contentstack-marketplace-sdk/tree/v1.3.0) (2024-08-25)
44
- Enh: Add search function to query apps by names
55
- Enhancement: Retry logic to make use of x-ratelimit-remaining header
66

7+
## [v1.3.0](https://github.com/contentstack/contentstack-marketplace-sdk/tree/v1.3.0) (2024-08-11)
8+
- Enhancement: Retry logic to make use of x-ratelimit-remaining header
9+
710
## [v1.2.9](https://github.com/contentstack/contentstack-marketplace-sdk/tree/v1.2.9) (2024-08-04)
811
- Fix: Fixed the Linting issues
912
- Updated all the dependency to the latest version

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentstack/marketplace-sdk",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "The Contentstack Marketplace SDK is used to manage the content of your Contentstack marketplace apps",
55
"main": "./dist/node/contentstack-marketplace.js",
66
"browser": "./dist/web/contentstack-marketplace.js",

0 commit comments

Comments
 (0)