diff --git a/packages/putout/ChangeLog b/packages/putout/ChangeLog index 4a390ad41..65569625f 100644 --- a/packages/putout/ChangeLog +++ b/packages/putout/ChangeLog @@ -1,3 +1,20 @@ +2024.09.11, v36.5.1 + +fix: +- d05335945 @putout/compare: vars: getTemplateValues: __type_params + +feature: +- 2ea2f3ff9 putout: @putout/plugin-remove-useless-arguments v9.0.0 +- 06b9951b8 @putout/plugin-remove-useless-arguments: drop support of 🐊 < 36 +- f91eea293 @putout/plugin-remove-useless-arguments: destructuring: dashes +- 24d82bdf2 @putout/compare: __type_params: add +- 93a380f5f @putout/compare: vars: add support of TSTypeParameter +- 9a228f501 @putout/operate: extract: TSTypeParameter +- 0958850c7 @putout/operate: replaceWithMultiple: leadingComments +- c62defe91 @putout/operate: move out replaceWithMultiple +- aa58622f8 @putout/plugin-putout-config: remove-empty-file: trackFile +- 304edc325 @putout/plugin-putout-config: remove-empty-file: newline + 2024.09.10, v36.5.0 feature: diff --git a/packages/putout/package.json b/packages/putout/package.json index ac5aec0ca..ffa04a3d4 100644 --- a/packages/putout/package.json +++ b/packages/putout/package.json @@ -1,6 +1,6 @@ { "name": "putout", - "version": "36.5.0", + "version": "36.5.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",