Skip to content

Commit a8f4ad1

Browse files
authored
0.0.17 release (#206)
* build(release): 🔖 0.0.16 release * build(release): 🔖 0.0.17 release
1 parent 0843b50 commit a8f4ad1

4 files changed

Lines changed: 5 additions & 9 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,3 @@ jobs:
6161
coverageCommand: npm test
6262
coverageLocations: |
6363
./test/coverage/lcov.info:lcov
64-
- name: Publish Unit Test Results
65-
uses: EnricoMi/publish-unit-test-result-action/composite@v1
66-
with:
67-
check_name: Unit Test Results node${{ matrix.node-version }}-${{ matrix.os }}
68-
files: test/junit.xml

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ This action provides the _name_, _version_ and the content of **package.json**,
3838
...
3939
- name: nodejs project information
4040
id: projectinfo
41-
uses: gregoranders/nodejs-project-info@v0.0.16
41+
uses: gregoranders/nodejs-project-info@v0.0.17
4242
- name: create release action
4343
id: createrelease
44-
uses: gregoranders/nodejs-create-release@v0.0.16
44+
uses: gregoranders/nodejs-create-release@v0.0.17
4545
env:
4646
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4747
PACKAGE_JSON: ${{ steps.projectinfo.outputs.context }}

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-project-info",
3-
"version": "0.0.16",
3+
"version": "0.0.17",
44
"description": "NodeJS Project Information",
55
"main": "./dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)