Skip to content

Commit c10b195

Browse files
committed
chore: prepare 0.0.21 release
1 parent ce5b88a commit c10b195

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ This action finds or creates a release, so your workflow can access it.
3838
...
3939
- name: nodejs project information
4040
id: projectinfo
41-
uses: gregoranders/nodejs-project-info@v0.0.20
41+
uses: gregoranders/nodejs-project-info@v0.0.21
4242
- name: create release
4343
id: createrelease
44-
uses: gregoranders/nodejs-create-release@v0.0.20
44+
uses: gregoranders/nodejs-create-release@v0.0.21
4545
env:
4646
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4747
with:

SECURITY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
| Version | Supported |
66
| :------ | :----------------: |
7-
| 0.0.20 | :white_check_mark: |
7+
| 0.0.21 | :white_check_mark: |
8+
| 0.0.20 | :x: |
89
| 0.0.19 | :x: |
910
| 0.0.18 | :x: |
1011
| 0.0.17 | :x: |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nodejs-create-release",
3-
"version": "0.0.20",
3+
"version": "0.0.21",
44
"description": "NodeJS Create Release",
55
"main": "./dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)