Skip to content

Commit

Permalink
release: 4.5.1 (#1091)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [4.5.1](v4.5.0...v4.5.1)
(2024-10-01)


### Bug Fixes

* **copy:** add threadId to all logs created when running from threads
TDE-1268 ([#1089](#1089))
([3b6e6fe](3b6e6fe))
* ensure EAI_AGAIN middleware is added to new file systems TDE-1268
([#1090](#1090))
([48ec902](48ec902))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 1, 2024
1 parent 3b6e6fe commit b7dc19b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "4.5.0"
".": "4.5.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [4.5.1](https://github.com/linz/argo-tasks/compare/v4.5.0...v4.5.1) (2024-10-01)


### Bug Fixes

* **copy:** add threadId to all logs created when running from threads TDE-1268 ([#1089](https://github.com/linz/argo-tasks/issues/1089)) ([3b6e6fe](https://github.com/linz/argo-tasks/commit/3b6e6fe0c5bd7cbfe4e2dfd4d9b92776e8abd17b))
* ensure EAI_AGAIN middleware is added to new file systems TDE-1268 ([#1090](https://github.com/linz/argo-tasks/issues/1090)) ([48ec902](https://github.com/linz/argo-tasks/commit/48ec902dd5ea63a994727fd7a1eb1530c706af91))

## [4.5.0](https://github.com/linz/argo-tasks/compare/v4.4.1...v4.5.0) (2024-09-29)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@linzjs/argo-tasks",
"private": true,
"version": "4.5.0",
"version": "4.5.1",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
"repository": "[email protected]:linz/argo-tasks.git",
Expand Down

0 comments on commit b7dc19b

Please sign in to comment.