Skip to content

Commit

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


## [4.2.0](v4.1.0...v4.2.0)
(2024-06-11)


### Features

* **basemaps:** Update the create-pr cli to support elevation config.
BM-936 ([#953](#953))
([1ddd8fb](1ddd8fb))
* verify multihash when copy TDE-1181 TDE-1172
([#1001](#1001))
([84e261b](84e261b))


### Bug Fixes

* prevent deadlock when validating bits per sample TDE-1201
([#1007](#1007))
([5d44748](5d44748))
* uniform checksum s3 metadata key TDE-1181
([#999](#999))
([c177234](c177234))

---
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 Jun 11, 2024
1 parent 84e261b commit 25ab13e
Show file tree
Hide file tree
Showing 4 changed files with 18 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.1.0"
".": "4.2.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [4.2.0](https://github.com/linz/argo-tasks/compare/v4.1.0...v4.2.0) (2024-06-11)


### Features

* **basemaps:** Update the create-pr cli to support elevation config. BM-936 ([#953](https://github.com/linz/argo-tasks/issues/953)) ([1ddd8fb](https://github.com/linz/argo-tasks/commit/1ddd8fbfec78c4283541de66f76b1d27512944d8))
* verify multihash when copy TDE-1181 TDE-1172 ([#1001](https://github.com/linz/argo-tasks/issues/1001)) ([84e261b](https://github.com/linz/argo-tasks/commit/84e261b99829a136eadd90ba1c1d39c4d5da58be))


### Bug Fixes

* prevent deadlock when validating bits per sample TDE-1201 ([#1007](https://github.com/linz/argo-tasks/issues/1007)) ([5d44748](https://github.com/linz/argo-tasks/commit/5d44748aace4d7c837e1afb4ebcbd7fd02ad30c7))
* uniform checksum s3 metadata key TDE-1181 ([#999](https://github.com/linz/argo-tasks/issues/999)) ([c177234](https://github.com/linz/argo-tasks/commit/c17723499e7c55cad5559fd9eeb81376061f4aa2))

## [4.1.0](https://github.com/linz/argo-tasks/compare/v4.0.0...v4.1.0) (2024-05-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.1.0",
"version": "4.2.0",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
"repository": "[email protected]:linz/argo-tasks.git",
Expand Down

0 comments on commit 25ab13e

Please sign in to comment.