From 56c5c3977a0e6b760fae6fb87043492adcd51668 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 11 Apr 2024 20:24:07 +0300 Subject: [PATCH] chore: @putout/printer: v8.13.0 --- ChangeLog | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 23f3a41b..0c7191ea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2024.04.11, v8.13.0 + +feature: +- 454c659 @putout/printer: ArrayExpression: SpreadElement, ObjectExpression + 2024.04.11, v8.12.1 feature: diff --git a/package.json b/package.json index 50efda36..c2fb1c67 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@putout/printer", - "version": "8.12.1", + "version": "8.13.0", "type": "commonjs", "author": "coderaiser (https://github.com/coderaiser)", "description": "Simplest possible opinionated Babel AST printer for 🐊Putout",