create-node-lib 2.9.9 → 2.9.10

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,11 @@
1
+ ## [2.9.10](https://github.com/lirantal/create-node-lib/compare/v2.9.9...v2.9.10) (2026-02-22)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Fix link formatting in SECURITY.md ([46290e2](https://github.com/lirantal/create-node-lib/commit/46290e2d8bd510f207e226c25b1b0786bb5c15f6))
7
+ * Update Codecov link in README.md ([fce1607](https://github.com/lirantal/create-node-lib/commit/fce160792adf9aab4903177d26023ac6bd0762a6))
8
+
1
9
  ## [2.9.9](https://github.com/lirantal/create-node-lib/compare/v2.9.8...v2.9.9) (2026-02-22)
2
10
 
3
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-node-lib",
3
- "version": "2.9.9",
3
+ "version": "2.9.10",
4
4
  "description": "Scaffolding out a Node.js library module",
5
5
  "bin": "./bin/cli.js",
6
6
  "engines": {
@@ -13,7 +13,7 @@
13
13
  <a href="https://www.npmjs.com/package/<%= projectName %>"><img src="https://badgen.net/npm/license/<%= projectName %>" alt="license"/></a>
14
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
- <a href="https://codecov.io/gh/<%= username %>/<%= projectName %>"><img src="https://badgen.net/codecov/c/github/<%= username %>/<%= projectName %>" alt="codecov"/></a>
16
+ <a href="https://app.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>
18
18
  <a href="./SECURITY.md"><img src="https://img.shields.io/badge/Security-Responsible%20Disclosure-yellow.svg" alt="Responsible Disclosure Policy" /></a>
19
19
  </p>
@@ -20,7 +20,7 @@ We consider the security of the project a top priority.
20
20
  If you discover a security vulnerability, please use one of the following
21
21
  means of communications to report it to us:
22
22
 
23
- - Report the security issue to the [Snyk Security Team](https://snyk.io/vulnerability-disclosure).
23
+ - Report the security issue to the [Snyk Security Team](https://snyk.io/vulnerability-disclosure/).
24
24
  - They will help triage the security issue and work with all involved parties
25
25
  - to remediate and release a fix.
26
26