From 8119a144753e43ac2f8ec349adceb138c0eabae4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 27 Jul 2024 22:58:19 +0000 Subject: [PATCH] chore(release): 1.2.0 [skip ci] # [1.2.0](https://github.com/mauriciopiber/hello-world/compare/v1.1.0...v1.2.0) (2024-07-27) ### Features * added build ([79d54ef](https://github.com/mauriciopiber/hello-world/commit/79d54ef1f18ed15555db80918078c2beb8665124)) * added step build in release ([f5a686b](https://github.com/mauriciopiber/hello-world/commit/f5a686b0dab241f5eec3f01a799972c4ff1ab44c)) * added typescript ([2abae23](https://github.com/mauriciopiber/hello-world/commit/2abae230106178ab0d7f44c521c1cfdb23ca0fe8)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5db8534..5aa12f1 100644 --- a/package.json +++ b/package.json @@ -32,5 +32,5 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "types": "./dist/index.d.ts", - "version": "1.1.0" + "version": "1.2.0" }