diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f54099..f1fc3d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.10.1](https://github.com/OctopusDeploy/api-client.ts/compare/v3.10.0...v3.10.1) (2025-10-31) + + +### Bug Fixes + +* get environment by name so it is case insensitive ([#242](https://github.com/OctopusDeploy/api-client.ts/issues/242)) ([b9d1086](https://github.com/OctopusDeploy/api-client.ts/commit/b9d10866d95c95ac0439f5fd3d52535210da4f05)) + ## [3.10.0](https://github.com/OctopusDeploy/api-client.ts/compare/v3.9.1...v3.10.0) (2025-10-31) diff --git a/package-lock.json b/package-lock.json index 0fe8abd..cc2388c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@octopusdeploy/api-client", - "version": "3.10.0", + "version": "3.10.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@octopusdeploy/api-client", - "version": "3.10.0", + "version": "3.10.1", "license": "Apache-2.0", "dependencies": { "adm-zip": "^0.5.9", diff --git a/package.json b/package.json index 0798c9a..ba857c0 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "test": "jest --maxWorkers=4 --config=jest.config.js --ci --reporters=default --reporters=jest-junit" }, "types": "dist/index.d.ts", - "version": "3.10.0", + "version": "3.10.1", "jest-junit": { "outputDirectory": "reports", "outputName": "jest-junit.xml",