Skip to content

Commit b31602f

Browse files
chore(master): release 2.4.1 (#346)
🤖 I have created a release *beep* *boop* --- ## [2.4.1](v2.4.0...v2.4.1) (2023-04-03) ### Bug Fixes * unescaped bracket ([#344](#344)) ([6eba67d](6eba67d)) --- 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>
1 parent a2fe6cc commit b31602f

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.4.0"
2+
".": "2.4.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.4.1](https://github.com/linz/argo-tasks/compare/v2.4.0...v2.4.1) (2023-04-03)
4+
5+
6+
### Bug Fixes
7+
8+
* unescaped bracket ([#344](https://github.com/linz/argo-tasks/issues/344)) ([6eba67d](https://github.com/linz/argo-tasks/commit/6eba67db53af5854f966aee1682e9cf9261fe0c5))
9+
310
## [2.4.0](https://github.com/linz/argo-tasks/compare/v2.3.0...v2.4.0) (2023-03-06)
411

512

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@linzjs/argo-tasks",
33
"private": true,
4-
"version": "2.4.0",
4+
"version": "2.4.1",
55
"main": "build/src/index.js",
66
"types": "build/src/index.d.ts",
77
"repository": "[email protected]:linz/argo-tasks.git",
@@ -13,7 +13,7 @@
1313
},
1414
"devDependencies": {
1515
"@chunkd/source-memory": "^10.0.2",
16-
"@linzjs/style": "^3.16.0",
16+
"@linzjs/style": "^3.15.0",
1717
"@types/node": "^18.7.11",
1818
"@types/ospec": "^4.0.5",
1919
"esno": "^0.16.3",

0 commit comments

Comments
 (0)