From cd28702c003923419bfc2fe9ccde8b217d651873 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 5 Jun 2025 15:49:59 +0000 Subject: [PATCH] chore(release): prepare release v0.0.1 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..2d4cacb --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [v0.0.1] - 2025-06-05 +### :sparkles: New Features +- [`74b5daf`](https://github.com/cesarmagazord/teste-github-actions/commit/74b5daf34eb3670dd2314cf11606f93e3207bc59) - Adiciona feature 1 *(commit by [@cesarmagazord](https://github.com/cesarmagazord))* + +[v0.0.1]: https://github.com/cesarmagazord/teste-github-actions/compare/v0.0.0...v0.0.1 diff --git a/package.json b/package.json index 4f8aa16..68c22dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "teste-github-actions", - "version": "0.0.0", + "version": "0.0.1", "description": "Teste", "main": "index.js", "scripts": {