diff --git a/CHANGELOG.md b/CHANGELOG.md index 70daeba..0d5cebe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## [v1.2.1](https://github.com/contentstack/contentstack-marketplace-sdk/tree/v1.1.1) (2024-07-08) + - added params in disconnect method in types support + ## [v1.2.0](https://github.com/contentstack/contentstack-marketplace-sdk/tree/v1.1.1) (2024-06-21) - Added disconnect hosting function diff --git a/package-lock.json b/package-lock.json index 581f6e5..e158335 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@contentstack/marketplace-sdk", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@contentstack/marketplace-sdk", - "version": "1.2.0", + "version": "1.2.1", "license": "MIT", "dependencies": { "axios": "^1.6.5" diff --git a/package.json b/package.json index 573791b..f38d34a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@contentstack/marketplace-sdk", - "version": "1.2.0", + "version": "1.2.1", "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", diff --git a/types/marketplace/app/hosting.d.ts b/types/marketplace/app/hosting.d.ts index 662be83..0fcefba 100644 --- a/types/marketplace/app/hosting.d.ts +++ b/types/marketplace/app/hosting.d.ts @@ -8,7 +8,7 @@ export interface Hosting { deployment(): Deployments deployment(uid: string): Deployment latestLiveDeployment(): Promise - disconnect(): Promise + disconnect(data: {}): Promise } export interface UploadDetails {