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",