diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fd9feb..0362978 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [3.0.0](https://github.com/OctopusDeploy/api-client.ts/compare/v2.1.4...v3.0.0) (2023-01-18) + + +### ⚠ BREAKING CHANGES + +* Modified the ServerTaskWaiter implementation to optimise API calls ([#142](https://github.com/OctopusDeploy/api-client.ts/issues/142)) + +### Features + +* Modified the ServerTaskWaiter implementation to optimise API calls ([#142](https://github.com/OctopusDeploy/api-client.ts/issues/142)) ([1e2433a](https://github.com/OctopusDeploy/api-client.ts/commit/1e2433ad09c72d1c3d76cde687540b258cd78b90)) + ## [2.1.4](https://github.com/OctopusDeploy/api-client.ts/compare/v2.1.3...v2.1.4) (2023-01-11) diff --git a/package-lock.json b/package-lock.json index 4349ff5..6871bc4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@octopusdeploy/api-client", - "version": "2.1.4", + "version": "3.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@octopusdeploy/api-client", - "version": "2.1.4", + "version": "3.0.0", "license": "Apache-2.0", "dependencies": { "adm-zip": "^0.5.9", diff --git a/package.json b/package.json index 625526d..bc639dc 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "test": "jest --maxWorkers=4 --config=jest.config.js --ci --reporters=default --reporters=jest-junit" }, "types": "dist/index.d.ts", - "version": "2.1.4", + "version": "3.0.0", "jest-junit": { "outputDirectory": "reports", "outputName": "jest-junit.xml",