diff --git a/CHANGELOG.md b/CHANGELOG.md index 9334a6a..69afe8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,12 @@ # Changelog -## [v1.3.0](https://github.com/contentstack/contentstack-marketplace-sdk/tree/v1.3.0) (2024-08-11) +## [v1.4.0](https://github.com/contentstack/contentstack-marketplace-sdk/tree/v1.3.0) (2024-08-25) - Enh: Add search function to query apps by names - Enhancement: Retry logic to make use of x-ratelimit-remaining header +## [v1.3.0](https://github.com/contentstack/contentstack-marketplace-sdk/tree/v1.3.0) (2024-08-11) + - Enhancement: Retry logic to make use of x-ratelimit-remaining header + ## [v1.2.9](https://github.com/contentstack/contentstack-marketplace-sdk/tree/v1.2.9) (2024-08-04) - Fix: Fixed the Linting issues - Updated all the dependency to the latest version diff --git a/package-lock.json b/package-lock.json index ac6c774..c8f3942 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@contentstack/marketplace-sdk", - "version": "1.3.0", + "version": "1.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@contentstack/marketplace-sdk", - "version": "1.3.0", + "version": "1.4.0", "license": "MIT", "dependencies": { "axios": "^1.11.0" diff --git a/package.json b/package.json index 7752afc..297c631 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@contentstack/marketplace-sdk", - "version": "1.3.0", + "version": "1.4.0", "description": "The Contentstack Marketplace SDK is used to manage the content of your Contentstack marketplace apps", "main": "./dist/node/contentstack-marketplace.js", "browser": "./dist/web/contentstack-marketplace.js",