putout 29.4.0 → 29.4.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 +7 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,10 @@
1
+ 2023.05.03, v29.4.1
2
+
3
+ feature:
4
+ - 28d0f1b4e package: @putout/plugin-apply-template-literals v2.0.0
5
+ - 17b92de5f @putout/plugin-apply-termplate-literlas: drop support of 🐊 < 29
6
+ - 88bb5cac1 @putout/plugin-apply-template-literals: add support of CallExpression inside TemplateLiteral
7
+
1
8
  2023.04.28, v29.4.0
2
9
 
3
10
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "29.4.0",
3
+ "version": "29.4.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",
@@ -75,7 +75,7 @@
75
75
  "@putout/plugin-apply-early-return": "^2.0.0",
76
76
  "@putout/plugin-apply-flat-map": "^2.0.0",
77
77
  "@putout/plugin-apply-optional-chaining": "^3.0.0",
78
- "@putout/plugin-apply-template-literals": "^1.0.0",
78
+ "@putout/plugin-apply-template-literals": "^2.0.0",
79
79
  "@putout/plugin-browserlist": "^1.0.0",
80
80
  "@putout/plugin-conditions": "^1.0.0",
81
81
  "@putout/plugin-convert-apply-to-spread": "^3.0.0",