Skip to content

Commit

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


## [2.4.0](v2.3.0...v2.4.0)
(2023-03-06)


### Features

* add --transform to allow renaming of files as part of the manifest
([#284](#284))
([ed1ff48](ed1ff48))

---
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 6, 2023
1 parent ed1ff48 commit 649bfce
Show file tree
Hide file tree
Showing 3 changed files with 9 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.3.0"
".": "2.4.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.4.0](https://github.com/linz/argo-tasks/compare/v2.3.0...v2.4.0) (2023-03-06)


### Features

* add --transform to allow renaming of files as part of the manifest ([#284](https://github.com/linz/argo-tasks/issues/284)) ([ed1ff48](https://github.com/linz/argo-tasks/commit/ed1ff4833bd2be7ceeac5c75ece96b3d551a6329))

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


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.3.0",
"version": "2.4.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 649bfce

Please sign in to comment.