Skip to content

Commit

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


## [3.2.0](v3.1.1...v3.2.0)
(2024-02-23)


### Features

* add isKnown function to validate mapsheet code is part of the known
sheet ranges ([#864](#864))
([bfffc35](bfffc35))


### Bug Fixes

* validate that all TIFF locations have been extracted TDE-1013
([#879](#879))
([c8a54e4](c8a54e4))

---
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 Feb 25, 2024
1 parent c8a54e4 commit 963f462
Show file tree
Hide file tree
Showing 4 changed files with 16 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 @@
{
".": "3.1.1"
".": "3.2.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [3.2.0](https://github.com/linz/argo-tasks/compare/v3.1.1...v3.2.0) (2024-02-23)


### Features

* add isKnown function to validate mapsheet code is part of the known sheet ranges ([#864](https://github.com/linz/argo-tasks/issues/864)) ([bfffc35](https://github.com/linz/argo-tasks/commit/bfffc35e7197b9bb886caa4f0b71e43602ae87c4))


### Bug Fixes

* validate that all TIFF locations have been extracted TDE-1013 ([#879](https://github.com/linz/argo-tasks/issues/879)) ([c8a54e4](https://github.com/linz/argo-tasks/commit/c8a54e4a157c7e119513b25fdc05ffe65b2504eb))

## [3.1.1](https://github.com/linz/argo-tasks/compare/v3.1.0...v3.1.1) (2024-02-19)


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": "3.1.1",
"version": "3.2.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 963f462

Please sign in to comment.