@7n/rules-ci-github 2.4.1 → 2.4.2

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.4.2] - 2026-08-27
4
+
5
+ ### Changed
6
+
7
+ - `engines.bun` піднято з `>=1.3` до `>=1.4` — репо-мінімум `js.package_json` (репо фактично вимагає 1.4)
8
+
3
9
  ## [2.4.1] - 2026-08-26
4
10
 
5
11
  ### Fixed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@7n/rules-ci-github",
3
- "version": "2.4.1",
3
+ "version": "2.4.2",
4
4
  "description": "Плагін @7n/rules: канон GitHub Actions (.github/workflows) — обов'язкові workflow, zizmor, VS Code",
5
5
  "keywords": [
6
6
  "github-actions",
@@ -50,7 +50,7 @@
50
50
  "access": "public"
51
51
  },
52
52
  "engines": {
53
- "bun": ">=1.3",
53
+ "bun": ">=1.4",
54
54
  "node": ">=24"
55
55
  },
56
56
  "dependencies": {