From 99a7d3ae1ff3e24b523f2db0264c1b769c9596a8 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 27 Oct 2025 22:31:26 +0000 Subject: [PATCH] docs(changelog): update changelog formatting and whitespace (#14) --- .prettierignore | 1 + CHANGELOG.md | 9 ++++++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.prettierignore b/.prettierignore index c6ad5ad..9642de4 100644 --- a/.prettierignore +++ b/.prettierignore @@ -3,3 +3,4 @@ dist/ node_modules/ coverage/ +CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 962024e..1917482 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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))