Skip to content

Commit 50c6cf1

Browse files
committed
release 2.3.0
Signed-off-by: Rui Chen <rui@chenrui.dev>
1 parent 30a2cbb commit 50c6cf1

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 2.3.0
2+
3+
## What's Changed
4+
5+
### Exciting New Features 🎉
6+
* Adding support for waiting on specific job/step completion in turnstyle by @selecsosi in https://github.com/softprops/turnstyle/pull/98
7+
18
## 2.2.3
29

310
fix lockfile issue

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "turnstyle",
3-
"version": "2.2.3",
3+
"version": "2.3.0",
44
"private": true,
55
"description": "GitHub Action for limiting one workflow to complete at a time",
66
"main": "lib/main.js",

0 commit comments

Comments
 (0)