From c10f0f6a02d52f91c283619a707b81ad95a6b645 Mon Sep 17 00:00:00 2001 From: Luca Goslar <47827429+lucagoslar@users.noreply.github.com> Date: Mon, 11 Jul 2022 19:14:57 +0200 Subject: [PATCH] feat: bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8f531b5..f5c01f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-pkg", - "version": "0.1.4", + "version": "0.2.0", "description": "Boilerplate to create npm packages in TypeScript.", "main": "./dist/index.cjs", "module": "./dist/index.mjs",