From 56233fc31096489319d465afc2131dd0ef42fdbd Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 16 Dec 2021 21:04:07 +0200 Subject: [PATCH] chore(package) v22.8.2 --- packages/putout/ChangeLog | 10 ++++++++++ packages/putout/package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/packages/putout/ChangeLog b/packages/putout/ChangeLog index 9299f8839..f1243e5ce 100644 --- a/packages/putout/ChangeLog +++ b/packages/putout/ChangeLog @@ -1,3 +1,13 @@ +2021.12.16, v22.8.2 + +fix: +- (@putout/formatter-memory) memry -> memory + +feature: +- (putout) options: ignore: add .pnp.* +- (@putout/engine-loader) improve support of Yarn PnP (#93) + + 2021.12.15, v22.8.1 feature: diff --git a/packages/putout/package.json b/packages/putout/package.json index e75ba0f85..e2a779ab0 100644 --- a/packages/putout/package.json +++ b/packages/putout/package.json @@ -1,6 +1,6 @@ { "name": "putout", - "version": "22.8.1", + "version": "22.8.2", "author": "coderaiser (https://github.com/coderaiser)", "description": "🐊 Pluggable and configurable code transformer with built-in eslint, babel plugins and jscodeshift codemods support of js, jsx typescript, flow files, markdown, yaml and json", "homepage": "http://github.com/coderaiser/putout",