From e67c04c956e3d6905c8d6b6d34fa5355c6c4c450 Mon Sep 17 00:00:00 2001 From: Diego Paez Date: Fri, 24 Sep 2021 12:51:05 -0300 Subject: [PATCH] v3.2.2 --- lerna.json | 2 +- packages/chan/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lerna.json b/lerna.json index 31c86aa..e9c4631 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { - "version": "3.2.1", + "version": "3.2.2", "useWorkspaces": true } diff --git a/packages/chan/package.json b/packages/chan/package.json index 9f21ca6..28dc1ac 100644 --- a/packages/chan/package.json +++ b/packages/chan/package.json @@ -1,6 +1,6 @@ { "name": "@geut/chan", - "version": "3.2.1", + "version": "3.2.2", "description": "Write and maintain a CHANGELOG from your command line.", "homepage": "http://geutstudio.com", "type": "module",