Skip to content

Commit e1d2f74

Browse files
committed
build(release): 🔖 bump version to 0.0.19
1 parent c15c937 commit e1d2f74

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ This action uploads an asset to 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.18
41+
uses: gregoranders/nodejs-project-info@v0.0.19
4242
- name: create release
4343
id: createrelease
44-
uses: gregoranders/nodejs-create-release@v0.0.18
44+
uses: gregoranders/nodejs-create-release@v0.0.19
4545
env:
4646
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4747
with:
@@ -50,7 +50,7 @@ This action uploads an asset to a release, so your workflow can access it.
5050
target: ${{ github.ref }}
5151
- name: upload asset
5252
id: uploadasset
53-
uses: gregoranders/nodejs-upload-asset@v0.0.18
53+
uses: gregoranders/nodejs-upload-asset@v0.0.19
5454
env:
5555
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5656
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.18 | :white_check_mark: |
7+
| 0.0.19 | :white_check_mark: |
8+
| 0.0.18 | :x: |
89
| 0.0.17 | :x: |
910
| 0.0.13 | :x: |
1011
| 0.0.12 | :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-upload-asset",
3-
"version": "0.0.18",
3+
"version": "0.0.19",
44
"description": "NodeJS Upload Asset",
55
"main": "./dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)