From 4b33bf31fcebbb2a6fd5873e3cf5b0b89e08bee1 Mon Sep 17 00:00:00 2001 From: Leonel Sanches da Silva <53848829+leonelsanchesdasilva@users.noreply.github.com> Date: Mon, 12 Feb 2024 13:49:20 -0800 Subject: [PATCH] =?UTF-8?q?Lan=C3=A7amento=20da=20vers=C3=A3o=20v0.33.3?= 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 44ab4bf..42a6043 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@designliquido/delegua-node", - "version": "0.33.1", + "version": "0.33.3", "description": "Linguagem Delégua com capacidades para ecossistema Node.js.", "scripts": { "empacotar": "yarn rimraf ./dist && tsc && yarn copyfiles -V ./bin/delegua ./bin/delegua.cmd ./dist && yarn copyfiles -V ./package.json ./dist/bin && yarn copyfiles -V ./README.md ./dist && yarn copyfiles -V ./LICENSE ./dist",