create-node-lib 2.15.0 → 2.15.1

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.15.1](https://github.com/lirantal/create-node-lib/compare/v2.15.0...v2.15.1) (2026-04-12)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * chmod executables in template devcontainer ([0115d86](https://github.com/lirantal/create-node-lib/commit/0115d86e4a838e45f2916a6eb7363e25e1488182))
7
+
1
8
  # [2.15.0](https://github.com/lirantal/create-node-lib/compare/v2.14.0...v2.15.0) (2026-04-10)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-node-lib",
3
- "version": "2.15.0",
3
+ "version": "2.15.1",
4
4
  "description": "Scaffolding out a Node.js library module",
5
5
  "bin": "./bin/cli.js",
6
6
  "engines": {
File without changes
File without changes