From 8a1a1b261db5f9c61d0cd657e972d84dd52d854e Mon Sep 17 00:00:00 2001 From: coderaiser Date: Sat, 5 Aug 2023 13:27:20 +0300 Subject: [PATCH] chore: package: v3.0.0 --- ChangeLog | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1a94a39b..28cc8771 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2023.08.05, v3.0.0 + +feature: +- 90898aa @putout/printer: drop support of Babel < 8 +- 95e659c package: @putout/plugin-minify v2.4.0 +- 4025615 package: @putout/operate v10.0.2 +- df5945b package: @putout/compare v12.0.4 +- 6092ae6 package: nodemon v3.0.1 +- b7428a5 package: estree-to-babel v6.0.0 +- 2a6decd package: eslint-plugin-putout v19.0.2 +- e17d03f package: putout v31.0.3 + 2023.08.03, v2.96.0 feature: diff --git a/package.json b/package.json index 71611a07..99e41143 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@putout/printer", - "version": "2.96.0", + "version": "3.0.0", "type": "commonjs", "author": "coderaiser (https://github.com/coderaiser)", "description": "Simplest possible opinionated Babel AST printer for 🐊Putout",