Skip to content

Commit

Permalink
chore: release 2.1.0 and update changelog.md
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 committed Jun 19, 2024
1 parent f1563c5 commit a4aad77
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 2.1.0

### Exciting New Features 🎉

* feature: fetch 100 results per page by @anomiex in https://github.com/softprops/turnstyle/pull/39
* feature: wait for queued runs and an option to refresh runs from GitHub API by @vigneshmsft in https://github.com/softprops/turnstyle/pull/31

### Bug fixes 🐛
* fix: ignore inconsistent runs that have a status set to 'in_progress' but conclusion is 'success' by @gustaff-weldon in https://github.com/softprops/turnstyle/pull/50

## 2.0.0

* Explain required GITHUB_TOKEN permissions by @chadxzs in https://github.com/softprops/turnstyle/pull/40
* Upgrade dependencies, add debug logs by @roryabraham in https://github.com/softprops/turnstyle/pull/46
* feat: bump action to use node20 runtime by @chenrui333 in https://github.com/softprops/turnstyle/pull/55

## 0.1.5

* Added feature to set the output `force_continued=true` when using `continue-after-seconds` so that only a subset of future steps can be skipped.
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,6 +1,6 @@
{
"name": "turnstyle",
"version": "2.0.0",
"version": "2.1.0",
"private": true,
"description": "GitHub Action for limiting one workflow to complete at a time",
"main": "lib/main.js",
Expand Down

0 comments on commit a4aad77

Please sign in to comment.