putout 30.4.1 → 30.4.3

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 +18 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,21 @@
1
+ 2023.07.15, v30.4.3
2
+
3
+ feature:
4
+ - f54ce7750 package: @putout/plugin-logical-expressions v3.0.0
5
+ - 381d2055b @putout/plugin-logical-expressions: drop support of 🐊 < 30
6
+ - 5a266af6b @putout/plugin-logical-expressions: simplify: Boolean constructor
7
+ - 2bb7b219a @putout/plugin-promises: convert-new-promise-to-async: passed resolve
8
+
9
+ 2023.07.15, v30.4.2
10
+
11
+ fix:
12
+ - 7a0dbcb07 @putout/plugin-github: add-continue-on-error: push -> splice
13
+
14
+ feature:
15
+ - 7649469b4 package: @putout/plugin-try-catch v3.0.0
16
+ - fd83b0085 @putout/plugin-try-catch: drop support of 🐊 < 30
17
+ - f0828b475 @putout/plugin-try-catch: sync: improve support of no error
18
+
1
19
  2023.07.13, v30.4.1
2
20
 
3
21
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "30.4.1",
3
+ "version": "30.4.3",
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",
@@ -104,7 +104,7 @@
104
104
  "@putout/plugin-for-of": "^2.0.0",
105
105
  "@putout/plugin-github": "^6.0.0",
106
106
  "@putout/plugin-gitignore": "^3.0.0",
107
- "@putout/plugin-logical-expressions": "^2.0.0",
107
+ "@putout/plugin-logical-expressions": "^3.0.0",
108
108
  "@putout/plugin-madrun": "^15.0.0",
109
109
  "@putout/plugin-math": "^2.0.0",
110
110
  "@putout/plugin-maybe": "^1.0.0",
@@ -159,7 +159,7 @@
159
159
  "@putout/plugin-split-variable-declarations": "^3.0.0",
160
160
  "@putout/plugin-strict-mode": "^7.0.0",
161
161
  "@putout/plugin-tape": "^11.0.0",
162
- "@putout/plugin-try-catch": "^2.0.0",
162
+ "@putout/plugin-try-catch": "^3.0.0",
163
163
  "@putout/plugin-types": "^2.0.0",
164
164
  "@putout/plugin-typescript": "^4.0.0",
165
165
  "@putout/plugin-webpack": "^3.0.0",