diff --git a/ChangeLog b/ChangeLog index 794fa65f..6024bf0e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2024.02.12, v8.2.0 + +feature: +- 673ec74 @putout/printer: ArrayExpression: isStringAndArray: check array count + 2024.02.05, v8.1.0 feature: diff --git a/package.json b/package.json index 1bbd0ec7..d6cc13bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@putout/printer", - "version": "8.1.0", + "version": "8.2.0", "type": "commonjs", "author": "coderaiser (https://github.com/coderaiser)", "description": "Simplest possible opinionated Babel AST printer for 🐊Putout",