From e16a34cb3db47e307a9eb59e3d5a68aacef500c5 Mon Sep 17 00:00:00 2001 From: Kirill Date: Sat, 24 Apr 2021 14:07:14 +0500 Subject: [PATCH] fix(package.json): updates package version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2930817..a01b257 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@j.u.p.iter/folder-path", - "version": "0.0.1", + "version": "0.0.0-semantically-released", "description": "Resolves path to an absolute path to a folder of a package", "main": "dist/lib/index.js", "typings": "dist/types",