Skip to content

Commit 8ad3a6a

Browse files
committed
build(release): 🔖 bump version to 0.0.17
1 parent 4ffdb1e commit 8ad3a6a

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

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/[email protected].16
41+
uses: gregoranders/[email protected].17
4242
- name: create release
4343
id: createrelease
44-
uses: gregoranders/[email protected].16
44+
uses: gregoranders/[email protected].17
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.16 | :white_check_mark: |
7+
| 0.0.17 | :white_check_mark: |
8+
| 0.0.16 | :x: |
89
| 0.0.15 | :x: |
910
| 0.0.14 | :x: |
1011
| 0.0.13 | :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.16",
3+
"version": "0.0.17",
44
"description": "NodeJS Create Release",
55
"main": "./dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)