From 1c2c10f1af05f803569c3a0aeb3af252a45b4cd1 Mon Sep 17 00:00:00 2001 From: coderiaser Date: Wed, 27 Nov 2024 19:46:22 +0200 Subject: [PATCH] chore: putout: v36.14.0 --- packages/putout/ChangeLog | 10 ++++++++++ packages/putout/package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/packages/putout/ChangeLog b/packages/putout/ChangeLog index 435096dbb..148e468c4 100644 --- a/packages/putout/ChangeLog +++ b/packages/putout/ChangeLog @@ -1,3 +1,13 @@ +2024.11.27, v36.14.0 + +feature: +- 47435b43f @putout/plugin-apply-shorthand-properties: ESM -> CommonJS +- 475a6b53d putout: @putout/plugin-apply-shorthand-properties v6.0.0 +- 3655f9340 @putout/plugin-apply-shorthand-properties: drop support of node < 18 +- c672afc8b @putout/plugin-apply-shorthand-properties: rename +- 95e09dfb4 @putout/plugin-putout: includer: [__a] -> __array +- 59fa8a186 @putout/plugin-putout: check-replace-code: __array: inside VariableDeclarator, AssignmentExpression + 2024.11.22, v36.13.1 feature: diff --git a/packages/putout/package.json b/packages/putout/package.json index 58fd9005e..220dde5bf 100644 --- a/packages/putout/package.json +++ b/packages/putout/package.json @@ -1,6 +1,6 @@ { "name": "putout", - "version": "36.13.1", + "version": "36.14.0", "type": "commonjs", "author": "coderaiser (https://github.com/coderaiser)", "description": "🐊 Pluggable and configurable code transformer with built-in ESLint, Babel and support of js, jsx, typescript, flow, markdown, yaml and json",