Skip to content

Commit

Permalink
chore: madrun: v9.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Nov 9, 2023
1 parent fa8bb68 commit d8512a2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
matrix:
node-version:
- 20.x
- 21.0
- 21
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install Redrun
Expand Down
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2023.11.09, v9.4.1

feature:
- fa8bb68 madrun: putout v33.0.0
- 082fe61 madrun: eslint-plugin-putout v21.0.1

2023.09.14, v9.4.0

feature:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "madrun",
"version": "9.4.0",
"version": "9.4.1",
"description": "CLI tool to run multiple npm-scripts in a madly comfortable way",
"main": "lib/madrun.js",
"type": "commonjs",
Expand Down

0 comments on commit d8512a2

Please sign in to comment.