From 977813c0b4c45554c6a3c4ad24c117dca8fd711a Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 29 Feb 2024 12:07:03 +0200 Subject: [PATCH] chore: putout: v35.5.2 --- packages/putout/ChangeLog | 13 +++++++++++++ packages/putout/package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/packages/putout/ChangeLog b/packages/putout/ChangeLog index 3986bffca..225e2a5ff 100644 --- a/packages/putout/ChangeLog +++ b/packages/putout/ChangeLog @@ -1,3 +1,16 @@ +2024.02.29, v35.5.2 + +feature: +- 7b3906815 putout: @putout/formatter-frame v6.0.0 +- 442062870 @putout/formatter-frame: @putout/formatter-codeframe v7.0.0 +- 41b929826 @putout/formatter-frame: drop support of 🐊 < 35 +- 1334e3f65 putout: @putout/formatter-progress v5.0.0 +- 178206c56 @putout/formatter-progress: @putout/formatter-dump v5.0.0 +- 762708001 @putout/formatter-progress: drop support of node < 18 +- b7f644f14 @putout/formatter-progress-bar: @putout/formatter-dump v5.0.0 +- f5988d418 @putout/formatter-memory: @putout/formatter-dump v5.0.0 +- 9790242ff @putout/plugin-minify: merge-variables: exclude template literals (coderaiser/minify#120) + 2024.02.21, v35.5.1 feature: diff --git a/packages/putout/package.json b/packages/putout/package.json index ff3b59d0d..e91ba2c27 100644 --- a/packages/putout/package.json +++ b/packages/putout/package.json @@ -1,6 +1,6 @@ { "name": "putout", - "version": "35.5.1", + "version": "35.5.2", "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",