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": {