docs(changelog): update changelog formatting and whitespace (#14)

This commit is contained in:
2025-10-27 22:31:26 +00:00
committed by GitHub
parent bdda9e7570
commit 99a7d3ae1f
2 changed files with 7 additions and 3 deletions

View File

@@ -3,3 +3,4 @@
dist/
node_modules/
coverage/
CHANGELOG.md

View File

@@ -9,22 +9,25 @@
## [1.0.1](https://github.com/jimeh/update-tags-action/compare/v1.0.0...v1.0.1) (2023-05-18)
### Bug Fixes
- **action:** tweak metadata for GitHub Marketplace
* **action:** tweak metadata for GitHub Marketplace
([#4](https://github.com/jimeh/update-tags-action/issues/4))
([b74b3c7](https://github.com/jimeh/update-tags-action/commit/b74b3c77fc20bdfd61e29dbf680a9f84612e5fda))
## [1.0.0](https://github.com/jimeh/update-tags-action/compare/v0.0.1...v1.0.0) (2023-05-18)
### Miscellaneous Chores
- **release:** bump version to 1.0.0
* **release:** bump version to 1.0.0
([d4f686e](https://github.com/jimeh/update-tags-action/commit/d4f686ef9ff51ff4426907f89983bd286903c23e))
## 0.0.1 (2023-05-18)
### Features
- initial implementation
* initial implementation
([0185b10](https://github.com/jimeh/update-tags-action/commit/0185b100ff1752ce06ade4b147b6befb8c37e525))