Skip to content

Commit

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


##
[2.16.0](v2.15.1...v2.16.0)
(2023-11-08)


### Features

* **basemaps:** Decompress basemaps config json file if it is gzip file.
([#738](#738))
([1cbf015](1cbf015))
* **basemaps:** Move create-mapsheet into argo task. BM-879
([#727](#727))
([a560882](a560882))
* lint imagery input target paths TDE-857
([#730](#730))
([ea996f8](ea996f8))


### Bug Fixes

* **basemaps:** create-mapsheet config arg conflicts with role config
arg ([#733](#733))
([3b85208](3b85208))

---
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 Nov 8, 2023
1 parent 1cbf015 commit edd552a
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 @@
{
".": "2.15.1"
".": "2.16.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [2.16.0](https://github.com/linz/argo-tasks/compare/v2.15.1...v2.16.0) (2023-11-08)


### Features

* **basemaps:** Decompress basemaps config json file if it is gzip file. ([#738](https://github.com/linz/argo-tasks/issues/738)) ([1cbf015](https://github.com/linz/argo-tasks/commit/1cbf015c643f6c2637593a87aa1d553c1bb42f09))
* **basemaps:** Move create-mapsheet into argo task. BM-879 ([#727](https://github.com/linz/argo-tasks/issues/727)) ([a560882](https://github.com/linz/argo-tasks/commit/a56088232b91e4514e384f714656ea41dbefe695))
* lint imagery input target paths TDE-857 ([#730](https://github.com/linz/argo-tasks/issues/730)) ([ea996f8](https://github.com/linz/argo-tasks/commit/ea996f8f0263fefdd1b3baaa46d99721774bb6be))


### Bug Fixes

* **basemaps:** create-mapsheet config arg conflicts with role config arg ([#733](https://github.com/linz/argo-tasks/issues/733)) ([3b85208](https://github.com/linz/argo-tasks/commit/3b8520860f2c73848140d6ca1201608ac0ce30f1))

## [2.15.1](https://github.com/linz/argo-tasks/compare/v2.15.0...v2.15.1) (2023-10-09)


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": "2.15.1",
"version": "2.16.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 edd552a

Please sign in to comment.