create-node-lib 2.16.6 → 2.16.7

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.16.7](https://github.com/lirantal/create-node-lib/compare/v2.16.6...v2.16.7) (2026-05-01)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Simplify condition for automerge job ([2bc7720](https://github.com/lirantal/create-node-lib/commit/2bc7720f7e78c883633d1a5bd36debdebfca2ce4))
7
+
1
8
  ## [2.16.6](https://github.com/lirantal/create-node-lib/compare/v2.16.5...v2.16.6) (2026-04-30)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-node-lib",
3
- "version": "2.16.6",
3
+ "version": "2.16.7",
4
4
  "description": "Scaffolding out a Node.js library module",
5
5
  "bin": "./bin/cli.js",
6
6
  "engines": {
@@ -19,9 +19,6 @@ on:
19
19
  jobs:
20
20
  automerge:
21
21
  runs-on: ubuntu-latest
22
- if: >
23
- github.event_name != 'check_suite' ||
24
- github.event.check_suite.pull_requests[0] != null
25
22
  permissions:
26
23
  contents: write
27
24
  pull-requests: write