From ca36b22ea2c8882f0a679311b2395257057c1922 Mon Sep 17 00:00:00 2001 From: Justin Leider Date: Thu, 29 Apr 2021 15:10:56 +0000 Subject: [PATCH] Version 0.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ed16f4a..f66a6ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-error-formatter", - "version": "0.2", + "version": "0.2.0", "description": "Syntax highlighter for TypeScript error messages", "main": "dist/index.js", "typings": "dist/index.d.ts",