putout 29.7.0 → 29.7.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 +8 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,11 @@
1
+ 2023.05.12, v29.7.1
2
+
3
+ feature:
4
+ - 55956b4f3 package: @putout/plugin-remove-useless-return v5.0.0
5
+ - 1cbf50a95 @putout/plugin-remove-useless-return: drop support of 🐊 < 29
6
+ - ed064bcb5 @putout/plugin-remove-useless-return: drop support of node < 16
7
+ - b8c4473bb @putout/plugin-remove-useless-return: report
8
+
1
9
  2023.05.12, v29.7.0
2
10
 
3
11
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "29.7.0",
3
+ "version": "29.7.1",
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",
@@ -146,7 +146,7 @@
146
146
  "@putout/plugin-remove-useless-map": "^1.0.0",
147
147
  "@putout/plugin-remove-useless-operand": "^2.0.0",
148
148
  "@putout/plugin-remove-useless-replace": "^1.0.1",
149
- "@putout/plugin-remove-useless-return": "^4.0.0",
149
+ "@putout/plugin-remove-useless-return": "^5.0.0",
150
150
  "@putout/plugin-remove-useless-spread": "^6.0.0",
151
151
  "@putout/plugin-remove-useless-template-expressions": "^1.0.0",
152
152
  "@putout/plugin-remove-useless-variables": "^8.0.0",