diff --git a/packages/putout/ChangeLog b/packages/putout/ChangeLog index 3a349443e..93dcde287 100644 --- a/packages/putout/ChangeLog +++ b/packages/putout/ChangeLog @@ -1,3 +1,13 @@ +2024.06.19, v35.35.4 + +feature: +- f445af289 putout: @putout/plugin-regexp v9.0.0 +- b2ebf86b5 @putout/plugin-regexp: drop support of 🐊 < 35 +- 3509f479e @putout/plugin-regexp: remove-useless-group: exclude Disjunction +- 7e2a26cb5 @putout/plugin-minify: types: exclude object property +- b3881ccec @putout/plugin-remove-useless-spread: object: inside call +- 9324b4916 @putout/operate: get-literal-raw: no raw, no extra + 2024.06.19, v35.35.3 feature: diff --git a/packages/putout/package.json b/packages/putout/package.json index 9ea3f1aac..b795bcaf9 100644 --- a/packages/putout/package.json +++ b/packages/putout/package.json @@ -1,6 +1,6 @@ { "name": "putout", - "version": "35.35.3", + "version": "35.35.4", "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",