Skip to content

Commit

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


## [3.0.0](v2.18.2...v3.0.0)
(2024-02-11)


### ⚠ BREAKING CHANGES

* automate target path TDE-961
([#828](#828))

### Features

* automate target path TDE-961
([#828](#828))
([7dd206a](7dd206a))
* Handle 1:50k imagery TDE-1014
([#855](#855))
([8be7266](8be7266))
* Slugify strings TDE-1019
([#827](#827))
([b0a7874](b0a7874))


### Bug Fixes

* add tiff url to error messages TDE-961
([#844](#844))
([3f4b174](3f4b174))
* interim fix for Rakiura Stewart Island tiles TDE-1015
([#857](#857))
([3b6e23f](3b6e23f))
* update target path naming hierarchy TDE-955
([#845](#845))
([5a8678d](5a8678d))

---
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 11, 2024
1 parent 8be7266 commit d4808aa
Show file tree
Hide file tree
Showing 4 changed files with 24 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.18.2"
".": "3.0.0"
}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [3.0.0](https://github.com/linz/argo-tasks/compare/v2.18.2...v3.0.0) (2024-02-11)


### ⚠ BREAKING CHANGES

* automate target path TDE-961 ([#828](https://github.com/linz/argo-tasks/issues/828))

### Features

* automate target path TDE-961 ([#828](https://github.com/linz/argo-tasks/issues/828)) ([7dd206a](https://github.com/linz/argo-tasks/commit/7dd206a7153ae9ff22369da09974f565bbd4845e))
* Handle 1:50k imagery TDE-1014 ([#855](https://github.com/linz/argo-tasks/issues/855)) ([8be7266](https://github.com/linz/argo-tasks/commit/8be726663c6f4002d76d97e3e40b62c0dcd35057))
* Slugify strings TDE-1019 ([#827](https://github.com/linz/argo-tasks/issues/827)) ([b0a7874](https://github.com/linz/argo-tasks/commit/b0a7874df994c473ccbfb0cb106886e4ea34bd50))


### Bug Fixes

* add tiff url to error messages TDE-961 ([#844](https://github.com/linz/argo-tasks/issues/844)) ([3f4b174](https://github.com/linz/argo-tasks/commit/3f4b174e00963676304b79e94f19bfd1f54f5ad1))
* interim fix for Rakiura Stewart Island tiles TDE-1015 ([#857](https://github.com/linz/argo-tasks/issues/857)) ([3b6e23f](https://github.com/linz/argo-tasks/commit/3b6e23f4d4d4b86cd95b4a2d6831538be3a52480))
* update target path naming hierarchy TDE-955 ([#845](https://github.com/linz/argo-tasks/issues/845)) ([5a8678d](https://github.com/linz/argo-tasks/commit/5a8678dc238f1deeb41e874c95778e60d5178123))

## [2.18.2](https://github.com/linz/argo-tasks/compare/v2.18.1...v2.18.2) (2023-12-15)


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.18.2",
"version": "3.0.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 d4808aa

Please sign in to comment.