putout 42.3.0 → 42.3.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 +9 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,12 @@
1
+ 2026.03.31, v42.3.1
2
+
3
+ feature:
4
+ - 1a76c4a9c putout: @putout/plugin-montag v5.0.0
5
+ - 55f1644ba @putout/plugin-montag: remove-useless-space: add
6
+ - 28f04df11 @putout/plugin-montag: add-newline-before-text: exclude space
7
+ - 7a9bc50b0 @putout/plugin-montag: drop support of 🐊 < 42
8
+ - 407aff6e0 @putout/plugin-montag: add-newline-before-text: add
9
+
1
10
  2026.03.30, v42.3.0
2
11
 
3
12
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "42.3.0",
3
+ "version": "42.3.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",
@@ -130,7 +130,7 @@
130
130
  "@putout/plugin-math": "^5.0.0",
131
131
  "@putout/plugin-maybe": "^5.0.0",
132
132
  "@putout/plugin-merge-duplicate-functions": "^4.0.0",
133
- "@putout/plugin-montag": "^4.0.0",
133
+ "@putout/plugin-montag": "^5.0.0",
134
134
  "@putout/plugin-new": "^5.0.0",
135
135
  "@putout/plugin-nodejs": "^21.0.0",
136
136
  "@putout/plugin-npmignore": "^7.0.0",