From 9d28084f6c660b5015df38772cf4884664a2d01f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 28 Jul 2024 02:00:13 +0000 Subject: [PATCH] chore(release): 1.3.0 [skip ci] # [1.3.0](https://github.com/mauriciopiber/hello-world/compare/v1.2.0...v1.3.0) (2024-07-28) ### Features * added compatibility to cjs and esm ([184eafc](https://github.com/mauriciopiber/hello-world/commit/184eafcf2ba124a6f8617688b295b38123f0844d)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 608c541..dbac5db 100644 --- a/package.json +++ b/package.json @@ -40,5 +40,5 @@ }, "type": "module", "types": "./dist/index.d.ts", - "version": "1.2.0" + "version": "1.3.0" }