From e7708a742c8a1c1f42e13f135cf62d7756a025ab Mon Sep 17 00:00:00 2001 From: coderiaser Date: Sun, 15 Dec 2024 20:26:46 +0200 Subject: [PATCH] chore: putout: v37.1.1 --- packages/putout/ChangeLog | 6 ++++++ packages/putout/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/putout/ChangeLog b/packages/putout/ChangeLog index 564700fd8..a0db840c4 100644 --- a/packages/putout/ChangeLog +++ b/packages/putout/ChangeLog @@ -1,3 +1,9 @@ +2024.12.15, v37.1.1 + +feature: +- 0f248a3b7 putout: keywords: putout-script +- 98e289097 @putout/cli-cache: add support of incompatible cache file + 2024.12.13, v37.1.0 feature: diff --git a/packages/putout/package.json b/packages/putout/package.json index 4b28e8ff3..4ae1f94d3 100644 --- a/packages/putout/package.json +++ b/packages/putout/package.json @@ -1,6 +1,6 @@ { "name": "putout", - "version": "37.1.0", + "version": "37.1.1", "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",