Skip to content

Commit

Permalink
release: 4.6.0 (#1100)
Browse files Browse the repository at this point in the history
🤖 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>
  • Loading branch information
github-actions[bot] authored Oct 14, 2024
1 parent 08e76e4 commit ecb22d9
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.5.2"
".": "4.6.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.6.0](https://github.com/linz/argo-tasks/compare/v4.5.2...v4.6.0) (2024-10-13)


### Features

* annotate commands with examples ([#1097](https://github.com/linz/argo-tasks/issues/1097)) ([41be2c1](https://github.com/linz/argo-tasks/commit/41be2c10f0c745903adc5e33cea12fe960cab77c))


### Bug Fixes

* avoid negative parameter TDE-1261 ([#1104](https://github.com/linz/argo-tasks/issues/1104)) ([5352975](https://github.com/linz/argo-tasks/commit/5352975726d92e2fdd72309c94e10502f7315948))
* **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))

## [4.5.2](https://github.com/linz/argo-tasks/compare/v4.5.1...v4.5.2) (2024-10-01)


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.5.2",
"version": "4.6.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 ecb22d9

Please sign in to comment.