From 9f587c469011eb0c92b48b58f1219a8df109e911 Mon Sep 17 00:00:00 2001 From: Leonel Sanches da Silva <53848829+leonelsanchesdasilva@users.noreply.github.com> Date: Thu, 17 Aug 2023 13:09:27 -0700 Subject: [PATCH] =?UTF-8?q?Lan=C3=A7amento=20da=20vers=C3=A3o=20v0.24.0?= 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 0840106..8095c6d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@designliquido/delegua-node", - "version": "0.23.0", + "version": "0.24.0", "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",