diff --git a/packages/putout/ChangeLog b/packages/putout/ChangeLog index e57ff57f0..564700fd8 100644 --- a/packages/putout/ChangeLog +++ b/packages/putout/ChangeLog @@ -1,3 +1,8 @@ +2024.12.13, v37.1.0 + +feature: +- 354221316 @putout/plugin-convert-expression-to-params: add + 2024.12.13, v37.0.1 feature: diff --git a/packages/putout/package.json b/packages/putout/package.json index 8cc840226..2ee031f2b 100644 --- a/packages/putout/package.json +++ b/packages/putout/package.json @@ -1,6 +1,6 @@ { "name": "putout", - "version": "37.0.1", + "version": "37.1.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",