Skip to content

Commit

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


## [4.10.0](v4.9.0...v4.10.0)
(2024-12-20)


### Features

* retile datasets TDE-1352
([#1152](#1152))
([e339419](e339419))


### Bug Fixes

* include zero byte tiffs when validating files TDE-1348
([#1156](#1156))
([a1e54de](a1e54de))
* remove GSD unit from stac setup command inputs TDE-1339 TDE-1211
([#1153](#1153))
([29d1871](29d1871))

---
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 Jan 20, 2025
1 parent e339419 commit 4beca25
Show file tree
Hide file tree
Showing 4 changed files with 17 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.9.0"
".": "4.10.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [4.10.0](https://github.com/linz/argo-tasks/compare/v4.9.0...v4.10.0) (2024-12-20)


### Features

* retile datasets TDE-1352 ([#1152](https://github.com/linz/argo-tasks/issues/1152)) ([e339419](https://github.com/linz/argo-tasks/commit/e339419a6fe3488720ccbd0c8019f1720d0b0281))


### Bug Fixes

* include zero byte tiffs when validating files TDE-1348 ([#1156](https://github.com/linz/argo-tasks/issues/1156)) ([a1e54de](https://github.com/linz/argo-tasks/commit/a1e54de2f72b86764ee60415c543a9e549d3882c))
* remove GSD unit from stac setup command inputs TDE-1339 TDE-1211 ([#1153](https://github.com/linz/argo-tasks/issues/1153)) ([29d1871](https://github.com/linz/argo-tasks/commit/29d18710225db7b371dce3c9eca256088c92ba5f))

## [4.9.0](https://github.com/linz/argo-tasks/compare/v4.8.0...v4.9.0) (2024-11-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.9.0",
"version": "4.10.0",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
"repository": "git@github.com:linz/argo-tasks.git",
Expand Down

0 comments on commit 4beca25

Please sign in to comment.