From 0176dd20892e9ab389d20bd9eb76abc73dd24014 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Sat, 25 May 2024 20:15:13 +0300 Subject: [PATCH] chore: putout: v35.29.0 --- packages/putout/ChangeLog | 11 +++++++++++ packages/putout/package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/packages/putout/ChangeLog b/packages/putout/ChangeLog index d06a9868c..ea4b83c42 100644 --- a/packages/putout/ChangeLog +++ b/packages/putout/ChangeLog @@ -1,3 +1,14 @@ +2024.05.25, v35.29.0 + +feature: +- 10f1f8d39 package: @putout/plugin-declare-before-reference v4.0.0 +- a29e8de29 @putout/plugin-declare-before-reference: use getPathAfterRequires +- c9bfe433b @putout/plugin-declare-before-reference: drop support of 🐊 < 35 +- ac311c393 @putout/plugin-putout: convert-get-rule-to-require: use getPathAfterRequires +- 8dc811a53 @putout/plugin-putout: declare: operator: getPathAfterRequires +- 19f7b5351 @putout/operate: getPathAfterRequires: add +- 8ecff1259 @putout/plugin-for-of: add-missing-declaration: add + 2024.05.23, v35.28.0 feature: diff --git a/packages/putout/package.json b/packages/putout/package.json index 5419f4fe3..215c49c71 100644 --- a/packages/putout/package.json +++ b/packages/putout/package.json @@ -1,6 +1,6 @@ { "name": "putout", - "version": "35.28.0", + "version": "35.29.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",