putout 41.21.0 → 41.21.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.
Files changed (2) hide show
  1. package/ChangeLog +6 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,9 @@
1
+ 2026.02.13, v41.21.1
2
+
3
+ feature:
4
+ - cb08a098b putout: @putout/plugin-npmignore v6.0.0
5
+ - 3e46175fa @putout/plugin-npmignore: drop support of 🐊 < 41
6
+
1
7
  2026.02.13, v41.21.0
2
8
 
3
9
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "41.21.0",
3
+ "version": "41.21.1",
4
4
  "type": "module",
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",
@@ -128,7 +128,7 @@
128
128
  "@putout/plugin-montag": "^4.0.0",
129
129
  "@putout/plugin-new": "^5.0.0",
130
130
  "@putout/plugin-nodejs": "^20.0.0",
131
- "@putout/plugin-npmignore": "^5.0.0",
131
+ "@putout/plugin-npmignore": "^6.0.0",
132
132
  "@putout/plugin-optional-chaining": "^2.0.0",
133
133
  "@putout/plugin-package-json": "^10.0.0",
134
134
  "@putout/plugin-parens": "^5.0.0",