create-node-lib 2.9.8 → 2.9.9
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,10 @@
|
|
|
1
|
+
## [2.9.9](https://github.com/lirantal/create-node-lib/compare/v2.9.8...v2.9.9) (2026-02-22)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* Update link for Contributor Covenant in CODE_OF_CONDUCT ([f4b28f4](https://github.com/lirantal/create-node-lib/commit/f4b28f44f08c6519ad2b2315b43c899e0394e975))
|
|
7
|
+
|
|
1
8
|
## [2.9.8](https://github.com/lirantal/create-node-lib/compare/v2.9.7...v2.9.8) (2026-02-22)
|
|
2
9
|
|
|
3
10
|
|
package/package.json
CHANGED
|
@@ -68,6 +68,6 @@ members of the project's leadership.
|
|
|
68
68
|
## Attribution
|
|
69
69
|
|
|
70
70
|
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
|
|
71
|
-
available at https://www.contributor-covenant.org/version/1/4/code-of-conduct
|
|
71
|
+
available at https://www.contributor-covenant.org/version/1/4/code-of-conduct/
|
|
72
72
|
|
|
73
73
|
[homepage]: https://www.contributor-covenant.org
|