diff --git a/ChangeLog b/ChangeLog index 15578105..16836f54 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2023.06.02, v1.129.0 + +feature: +- 13e4315 @putout/printer: add support of ImportAttributes (https://babeljs.io/blog/2023/05/26/7.22.0#import-attributes-15536-15620) + 2023.06.01, v1.128.1 feature: diff --git a/package.json b/package.json index 26b94d25..e983b436 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@putout/printer", - "version": "1.128.1", + "version": "1.129.0", "type": "commonjs", "author": "coderaiser (https://github.com/coderaiser)", "description": "Simplest possible opinionated Babel AST printer for 🐊Putout",