putout 41.0.3 → 41.0.4

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 +7 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,10 @@
1
+ 2025.12.10, v41.0.4
2
+
3
+ feature:
4
+ - dc3e62e3e putout: @putout/plugin-github v18.0.0
5
+ - a11d6c468 @putout/plugin-github: drop support of 🐊 < 41
6
+ - 2731be802 @putout/plugin-github: set-node-versions: exclude not array
7
+
1
8
  2025.12.10, v41.0.3
2
9
 
3
10
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "41.0.3",
3
+ "version": "41.0.4",
4
4
  "type": "commonjs",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "🐊 Pluggable and configurable code transformer with built-in ESLint, Babel and support of js, jsx, typescript, flow, markdown, yaml and json",
@@ -119,7 +119,7 @@
119
119
  "@putout/plugin-filesystem": "^12.0.0",
120
120
  "@putout/plugin-for-of": "^10.0.0",
121
121
  "@putout/plugin-generators": "^2.0.0",
122
- "@putout/plugin-github": "^17.0.0",
122
+ "@putout/plugin-github": "^18.0.0",
123
123
  "@putout/plugin-gitignore": "^6.0.0",
124
124
  "@putout/plugin-labels": "^2.0.0",
125
125
  "@putout/plugin-logical-expressions": "^8.0.0",