Skip to content

Commit

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


## [2.3.0](v2.2.1...v2.3.0)
(2023-03-02)


### Features

* **copy:** validate that the file has the same ending file size as the
source ([#275](#275))
([c05e76a](c05e76a))
* **stac-validate:** add --checksum to validate assets with
`file:checksum` ([#276](#276))
([9c407fc](9c407fc))


### Bug Fixes

* remove dev deps from docker container
([#274](#274))
([e8d4adc](e8d4adc))

---
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 Mar 3, 2023
1 parent e8d4adc commit 42c3903
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 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.2.1"
".": "2.3.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [2.3.0](https://github.com/linz/argo-tasks/compare/v2.2.1...v2.3.0) (2023-03-02)


### Features

* **copy:** validate that the file has the same ending file size as the source ([#275](https://github.com/linz/argo-tasks/issues/275)) ([c05e76a](https://github.com/linz/argo-tasks/commit/c05e76a4951fb30a6b9af9ebacbce7741a3012bf))
* **stac-validate:** add --checksum to validate assets with `file:checksum` ([#276](https://github.com/linz/argo-tasks/issues/276)) ([9c407fc](https://github.com/linz/argo-tasks/commit/9c407fc1b0f509f8490f65adcb444cec1328d26c))


### Bug Fixes

* remove dev deps from docker container ([#274](https://github.com/linz/argo-tasks/issues/274)) ([e8d4adc](https://github.com/linz/argo-tasks/commit/e8d4adc80a54bbfe97f754f3a6dd25b4ab6c50be))

## [2.2.1](https://github.com/linz/argo-tasks/compare/v2.2.0...v2.2.1) (2023-02-21)


Expand Down
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.2.1",
"version": "2.3.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 42c3903

Please sign in to comment.