Skip to content

Commit 60e129e

Browse files
chore(main): release 3.10.1 (#243)
1 parent b9d1086 commit 60e129e

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [3.10.1](https://github.com/OctopusDeploy/api-client.ts/compare/v3.10.0...v3.10.1) (2025-10-31)
4+
5+
6+
### Bug Fixes
7+
8+
* 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))
9+
310
## [3.10.0](https://github.com/OctopusDeploy/api-client.ts/compare/v3.9.1...v3.10.0) (2025-10-31)
411

512

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
@@ -76,7 +76,7 @@
7676
"test": "jest --maxWorkers=4 --config=jest.config.js --ci --reporters=default --reporters=jest-junit"
7777
},
7878
"types": "dist/index.d.ts",
79-
"version": "3.10.0",
79+
"version": "3.10.1",
8080
"jest-junit": {
8181
"outputDirectory": "reports",
8282
"outputName": "jest-junit.xml",

0 commit comments

Comments
 (0)