From ef0b0330272d1cda2a43357ecab16c52e9b93128 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Vasseur?= Date: Mon, 29 Aug 2022 15:52:27 +0200 Subject: [PATCH] Prepare v0.2.0 release --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 53b49ec..c7eb930 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "indent-tag", - "version": "0.1.0", + "version": "0.2.0", "description": "A template literal tag that automagically reindents placeholders", "main": "index.js", "types": "index.d.ts",