create-node-lib 2.9.4 → 2.9.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
## [2.9.6](https://github.com/lirantal/create-node-lib/compare/v2.9.5...v2.9.6) (2026-02-22)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* Update Node.js setup action to version 6 ([12eabeb](https://github.com/lirantal/create-node-lib/commit/12eabeb3c0684e312bc917c744f50c61ad5c1014))
|
|
7
|
+
* Update Node.js version in release workflow ([c218f58](https://github.com/lirantal/create-node-lib/commit/c218f587593156895decee9016eb111da5aa417b))
|
|
8
|
+
|
|
9
|
+
## [2.9.5](https://github.com/lirantal/create-node-lib/compare/v2.9.4...v2.9.5) (2026-02-22)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* Update npm package links in README.md ([14f4323](https://github.com/lirantal/create-node-lib/commit/14f43238782702f00597a5bac7bdcc9ba33da343))
|
|
15
|
+
|
|
1
16
|
## [2.9.4](https://github.com/lirantal/create-node-lib/compare/v2.9.3...v2.9.4) (2026-01-23)
|
|
2
17
|
|
|
3
18
|
|
package/package.json
CHANGED
|
@@ -14,10 +14,10 @@ jobs:
|
|
|
14
14
|
- uses: actions/checkout@v4
|
|
15
15
|
|
|
16
16
|
- name: Setup Node.js
|
|
17
|
-
uses: actions/setup-node@
|
|
17
|
+
uses: actions/setup-node@v6
|
|
18
18
|
with:
|
|
19
19
|
node-version: '22'
|
|
20
20
|
|
|
21
21
|
- name: Markdown Lint
|
|
22
22
|
run: |
|
|
23
|
-
npm run lint:markdown || npx -y markdownlint-cli@0.45.0 -c .github/.markdownlint.yml -i '.git' -i '__tests__' -i '.github' -i '.changeset' -i 'CODE_OF_CONDUCT.md' -i 'CHANGELOG.md' -i 'node_modules' -i 'dist' '**/**.md'
|
|
23
|
+
npm run lint:markdown || npx -y markdownlint-cli@0.45.0 -c .github/.markdownlint.yml -i '.git' -i '__tests__' -i '.github' -i '.changeset' -i 'CODE_OF_CONDUCT.md' -i 'CHANGELOG.md' -i 'node_modules' -i 'dist' '**/**.md'
|
|
@@ -19,9 +19,9 @@ jobs:
|
|
|
19
19
|
runs-on: ubuntu-latest
|
|
20
20
|
steps:
|
|
21
21
|
- uses: actions/checkout@v4
|
|
22
|
-
- uses: actions/setup-node@
|
|
22
|
+
- uses: actions/setup-node@v6
|
|
23
23
|
with:
|
|
24
|
-
node-version:
|
|
24
|
+
node-version: 24.x
|
|
25
25
|
- name: install dependencies
|
|
26
26
|
run: npm ci
|
|
27
27
|
- name: build project
|
|
@@ -35,4 +35,4 @@ jobs:
|
|
|
35
35
|
title: "chore: new release candidate"
|
|
36
36
|
env:
|
|
37
37
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
38
|
-
|
|
38
|
+
NPM_CONFIG_PROVENANCE: true
|
package/template/README.md
CHANGED
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
</p>
|
|
10
10
|
|
|
11
11
|
<p align="center">
|
|
12
|
-
<a href="https://www.npmjs.
|
|
13
|
-
<a href="https://www.npmjs.
|
|
14
|
-
<a href="https://www.npmjs.
|
|
12
|
+
<a href="https://www.npmjs.com/package/<%= projectName %>"><img src="https://badgen.net/npm/v/<%= projectName %>" alt="npm version"/></a>
|
|
13
|
+
<a href="https://www.npmjs.com/package/<%= projectName %>"><img src="https://badgen.net/npm/license/<%= projectName %>" alt="license"/></a>
|
|
14
|
+
<a href="https://www.npmjs.com/package/<%= projectName %>"><img src="https://badgen.net/npm/dt/<%= projectName %>" alt="downloads"/></a>
|
|
15
15
|
<a href="https://github.com/<%= username %>/<%= projectName %>/actions?workflow=CI"><img src="https://github.com/<%= username %>/<%= projectName %>/workflows/CI/badge.svg" alt="build"/></a>
|
|
16
16
|
<a href="https://codecov.io/gh/<%= username %>/<%= projectName %>"><img src="https://badgen.net/codecov/c/github/<%= username %>/<%= projectName %>" alt="codecov"/></a>
|
|
17
17
|
<a href="https://snyk.io/test/github/<%= username %>/<%= projectName %>"><img src="https://snyk.io/test/github/<%= username %>/<%= projectName %>/badge.svg" alt="Known Vulnerabilities"/></a>
|
|
@@ -36,4 +36,4 @@ Please consult [CONTRIBUTING](./.github/CONTRIBUTING.md) for guidelines on contr
|
|
|
36
36
|
|
|
37
37
|
## Author
|
|
38
38
|
|
|
39
|
-
**<%= projectName %>** © [<%= author %>](https://github.com/<%= username %>), Released under the [Apache-2.0](./LICENSE) License.
|
|
39
|
+
**<%= projectName %>** © [<%= author %>](https://github.com/<%= username %>), Released under the [Apache-2.0](./LICENSE) License.
|