Skip to content

Commit

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


## [4.2.3](v4.2.2...v4.2.3)
(2024-08-01)


### Bug Fixes

* **stac-validate:** work around race condition when validating 100s of
documents TDE-1212
([#1040](#1040))
([1d7f5d2](1d7f5d2))

---
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 Aug 1, 2024
1 parent 1ee4f47 commit 70e607f
Show file tree
Hide file tree
Showing 4 changed files with 11 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.2.2"
".": "4.2.3"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [4.2.3](https://github.com/linz/argo-tasks/compare/v4.2.2...v4.2.3) (2024-08-01)


### Bug Fixes

* **stac-validate:** work around race condition when validating 100s of documents TDE-1212 ([#1040](https://github.com/linz/argo-tasks/issues/1040)) ([1d7f5d2](https://github.com/linz/argo-tasks/commit/1d7f5d2ea1191769c5b788eeb6a46d495fc1d6ff))

## [4.2.2](https://github.com/linz/argo-tasks/compare/v4.2.1...v4.2.2) (2024-07-23)


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.2.2",
"version": "4.2.3",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
"repository": "[email protected]:linz/argo-tasks.git",
Expand Down

0 comments on commit 70e607f

Please sign in to comment.