From 855e9878d8615b256940ebb2cf7a3fa2b7761580 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Lins?= Date: Tue, 5 Apr 2022 22:36:40 -0300 Subject: [PATCH] chore: new version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a896ca2..76bb5c9 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "Typescript declaration generator for svelte with typescript", "main": "dist/index.js", "types": "dist/index.ts", - "version": "0.3.6", + "version": "0.3.7", "license": "MIT", "homepage": "https://github.com/andrelmlins/svelte-dts", "repository": "https://github.com/andrelmlins/svelte-dts",