Skip to content

Commit 886ec65

Browse files
chore(main): release 3.4.1
1 parent f91e29f commit 886ec65

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.4.1](https://github.com/OctopusDeploy/api-client.ts/compare/v3.4.0...v3.4.1) (2024-10-02)
4+
5+
6+
### Bug Fixes
7+
8+
* Add build information push error handling ([#187](https://github.com/OctopusDeploy/api-client.ts/issues/187)) ([f91e29f](https://github.com/OctopusDeploy/api-client.ts/commit/f91e29f437be923fadfd4ee908faeb682f265c0b))
9+
310
## [3.4.0](https://github.com/OctopusDeploy/api-client.ts/compare/v3.3.1...v3.4.0) (2024-07-22)
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.4.0",
79+
"version": "3.4.1",
8080
"jest-junit": {
8181
"outputDirectory": "reports",
8282
"outputName": "jest-junit.xml",

0 commit comments

Comments
 (0)