From abf97750c0a5ea08436079b2eeb1ef27f71e0d90 Mon Sep 17 00:00:00 2001 From: Leonel Sanches da Silva <53848829+leonelsanchesdasilva@users.noreply.github.com> Date: Sun, 29 Oct 2023 10:45:14 -0700 Subject: [PATCH] =?UTF-8?q?Lan=C3=A7amento=20da=20vers=C3=A3o=20v0.26.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bc6b537..7c86acc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@designliquido/delegua-node", - "version": "0.26.0", + "version": "0.26.1", "description": "Linguagem Delégua com capacidades para ecossistema Node.js.", "scripts": { "empacotar": "rimraf ./dist && tsc && copyfiles -V ./bin/delegua ./bin/delegua.cmd ./dist && copyfiles -V ./package.json ./dist/bin && copyfiles -V ./README.md ./dist",