From 7b89f332f3669b334ff46dc3f48f747c9901262d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 27 Jul 2024 21:54:07 +0000 Subject: [PATCH] chore(release): 1.1.0 [skip ci] # [1.1.0](https://github.com/mauriciopiber/hello-world/compare/v1.0.0...v1.1.0) (2024-07-27) ### Bug Fixes * **workflows:** fix typo in workflows folder ([f102805](https://github.com/mauriciopiber/hello-world/commit/f102805c139b9ad9d1aa8de952c3a9143d869bc4)) ### Features * add semantic release ([0e8a9e9](https://github.com/mauriciopiber/hello-world/commit/0e8a9e97c725710fbe33d8636de44adc0c0df503)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e759a95..290ec3a 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, - "version": "1.0.0", + "version": "1.1.0", "devDependencies": { "semantic-release": "^24.0.0" },