Skip to content

Commit

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


## [4.0.0](v3.7.0...v4.0.0)
(2024-05-08)


### ⚠ BREAKING CHANGES

* allow to validate asset checksums only TDE-1134
([#982](#982))

### Features

* allow to validate asset checksums only TDE-1134
([#982](#982))
([aca5939](aca5939))

---
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] committed May 8, 2024
1 parent aca5939 commit 310e2af
Show file tree
Hide file tree
Showing 4 changed files with 15 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.7.0"
".": "4.0.0"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [4.0.0](https://github.com/linz/argo-tasks/compare/v3.7.0...v4.0.0) (2024-05-08)


### ⚠ BREAKING CHANGES

* allow to validate asset checksums only TDE-1134 ([#982](https://github.com/linz/argo-tasks/issues/982))

### Features

* allow to validate asset checksums only TDE-1134 ([#982](https://github.com/linz/argo-tasks/issues/982)) ([aca5939](https://github.com/linz/argo-tasks/commit/aca59393016ae92a9a36bec0e0fb62e63cf98e5f))

## [3.7.0](https://github.com/linz/argo-tasks/compare/v3.6.1...v3.7.0) (2024-05-08)


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.7.0",
"version": "4.0.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 310e2af

Please sign in to comment.