putout 29.8.1 → 29.8.2

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.18, v29.8.2
2
+
3
+ feature:
4
+ - 3059b0b13 package: @putout/plugin-regexp v7.0.0
5
+ - a07d4df9a @putout/plugin-regexp: use @putout/printer
6
+ - 32dfe8339 @putout/plugin-regexp: drop support of 🐊 < 29
7
+ - cbfaa37b4 @putout/plugin-regexp: use @putout/printer
8
+
1
9
  2023.05.18, v29.8.1
2
10
 
3
11
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "29.8.1",
3
+ "version": "29.8.2",
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-promises": "^10.0.0",
120
120
  "@putout/plugin-putout": "^12.0.0",
121
121
  "@putout/plugin-putout-config": "^2.0.0",
122
- "@putout/plugin-regexp": "^6.0.0",
122
+ "@putout/plugin-regexp": "^7.0.0",
123
123
  "@putout/plugin-remove-console": "^6.0.0",
124
124
  "@putout/plugin-remove-constant-conditions": "^4.0.0",
125
125
  "@putout/plugin-remove-debugger": "^5.0.0",