Skip to content

Commit ecb22d9

Browse files
release: 4.6.0 (#1100)
🤖 I have created a release *beep* *boop* --- ## [4.6.0](v4.5.2...v4.6.0) (2024-10-13) ### Features * annotate commands with examples ([#1097](#1097)) ([41be2c1](41be2c1)) ### Bug Fixes * avoid negative parameter TDE-1261 ([#1104](#1104)) ([5352975](5352975)) * **basemaps:** Get the epsg and name correctly for elevation s3 path. BM-1088 ([#1074](#1074)) ([08e76e4](08e76e4)) --- 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>
1 parent 08e76e4 commit ecb22d9

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-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.5.2"
2+
".": "4.6.0"
33
}

CHANGELOG.md

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

3+
## [4.6.0](https://github.com/linz/argo-tasks/compare/v4.5.2...v4.6.0) (2024-10-13)
4+
5+
6+
### Features
7+
8+
* annotate commands with examples ([#1097](https://github.com/linz/argo-tasks/issues/1097)) ([41be2c1](https://github.com/linz/argo-tasks/commit/41be2c10f0c745903adc5e33cea12fe960cab77c))
9+
10+
11+
### Bug Fixes
12+
13+
* avoid negative parameter TDE-1261 ([#1104](https://github.com/linz/argo-tasks/issues/1104)) ([5352975](https://github.com/linz/argo-tasks/commit/5352975726d92e2fdd72309c94e10502f7315948))
14+
* **basemaps:** Get the epsg and name correctly for elevation s3 path. BM-1088 ([#1074](https://github.com/linz/argo-tasks/issues/1074)) ([08e76e4](https://github.com/linz/argo-tasks/commit/08e76e480d068bf37af744d1678696e59f81b728))
15+
316
## [4.5.2](https://github.com/linz/argo-tasks/compare/v4.5.1...v4.5.2) (2024-10-01)
417

518

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.5.2",
4+
"version": "4.6.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)