From 5642dc1750a2e0344fa248ec93b8d3c75b9b403c Mon Sep 17 00:00:00 2001 From: Gustavo Guichard Date: Wed, 19 Oct 2022 13:10:51 -0300 Subject: [PATCH] 1.3.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 460bb927..cd8d88e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "domain-functions", - "version": "1.2.0", + "version": "1.3.0", "description": "Decouple your business logic from your controllers. With first-class type inference from end to end.", "main": "./dist/index.js", "types": "./dist/index.d.ts",