diff --git a/ChangeLog b/ChangeLog index 69fba0c7..15d2ef05 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2023.08.31, v3.7.0 + +feature: +- 427e14f package: @putout/plugin-minify v4.0.0 +- f3a6959 package: @putout/plugin-promises v12.0.0 +- 52c04e4 package: @putout/plugin-printer v2.0.0 +- 1c7171d @putout/printer: VariableDeclaration inside TSModuleDeclaration + 2023.08.11, v3.6.0 feature: diff --git a/package.json b/package.json index 83b250fd..8500c813 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@putout/printer", - "version": "3.6.0", + "version": "3.7.0", "type": "commonjs", "author": "coderaiser (https://github.com/coderaiser)", "description": "Simplest possible opinionated Babel AST printer for 🐊Putout",