Skip to content

Commit 535f888

Browse files
authored
release: 5.0.0 (#1288)
🤖 I have created a release *beep* *boop* --- ## [5.0.0](v4.21.2...v5.0.0) (2025-11-02) ### ⚠ BREAKING CHANGES * **tileindex-validate:** automatically select scale of output tiles TDE-1674 ([#1287](#1287)) ### Features * **stac-collection-output:** get scale from ODR dataset TDE-1673 ([#1282](#1282)) ([73361b5](73361b5)) * **tileindex-validate:** automatically select scale of output tiles TDE-1674 ([#1287](#1287)) ([e2228f8](e2228f8)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent e2228f8 commit 535f888

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.21.2"
2+
".": "5.0.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [5.0.0](https://github.com/linz/argo-tasks/compare/v4.21.2...v5.0.0) (2025-11-02)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **tileindex-validate:** automatically select scale of output tiles TDE-1674 ([#1287](https://github.com/linz/argo-tasks/issues/1287))
9+
10+
### Features
11+
12+
* **stac-collection-output:** get scale from ODR dataset TDE-1673 ([#1282](https://github.com/linz/argo-tasks/issues/1282)) ([73361b5](https://github.com/linz/argo-tasks/commit/73361b51321e219b99d5e3afa8fdf7774e2fe07f))
13+
* **tileindex-validate:** automatically select scale of output tiles TDE-1674 ([#1287](https://github.com/linz/argo-tasks/issues/1287)) ([e2228f8](https://github.com/linz/argo-tasks/commit/e2228f8c2e967de3a8b32e30985f0ff2e28f048d))
14+
315
## [4.21.2](https://github.com/linz/argo-tasks/compare/v4.21.1...v4.21.2) (2025-10-29)
416

517

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
@@ -1,7 +1,7 @@
11
{
22
"name": "@linzjs/argo-tasks",
33
"private": true,
4-
"version": "4.21.2",
4+
"version": "5.0.0",
55
"main": "build/src/index.js",
66
"types": "build/src/index.d.ts",
77
"repository": "[email protected]:linz/argo-tasks.git",

0 commit comments

Comments
 (0)