From 676c95f8df2ddfc04c4c614388b1fd0517bb01c8 Mon Sep 17 00:00:00 2001 From: Leonid Svyatov Date: Mon, 4 Mar 2024 19:00:01 +0400 Subject: [PATCH] docs: Fixes links in the changelog [skip ci] --- CHANGELOG.md | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 165bfd3..bb21f4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,27 +9,28 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), ## v1.0.1 (2024-03-04) ### Performance Improvements -- Speeds up the performance by 2x [`32236ed`](git@github.com:svyatov/clsx-rails/commit/32236ed) +- Speeds up the performance by 2x [`32236ed`](https://github.com/svyatov/clsx-rails/commit/32236ed) ### Chore -- Fixes CI action [`f1b948c`](git@github.com:svyatov/clsx-rails/commit/f1b948c) -- Upload code coverage to CodeCov for the latest combination of Ruby and ActionView only [`4e5d768`](git@github.com:svyatov/clsx-rails/commit/4e5d768) +- Fixes CI action [`f1b948c`](https://github.com/svyatov/clsx-rails/commit/f1b948c) +- Upload code coverage to CodeCov for the latest combination of Ruby and ActionView only [`4e5d768`](https://github.com/svyatov/clsx-rails/commit/4e5d768) ### Documentation -- Adds information about supported Ruby and Rails version [skip ci] [`2e6483f`](git@github.com:svyatov/clsx-rails/commit/2e6483f) -- Adds link to the CodeCov badge, switch to Conventional Commits [`b48cc84`](git@github.com:svyatov/clsx-rails/commit/b48cc84) +- Changelog update + version bump [`13b408d`](https://github.com/svyatov/clsx-rails/commit/13b408d) +- Adds information about supported Ruby and Rails version [skip ci] [`2e6483f`](https://github.com/svyatov/clsx-rails/commit/2e6483f) +- Adds link to the CodeCov badge, switch to Conventional Commits [`b48cc84`](https://github.com/svyatov/clsx-rails/commit/b48cc84) ### Other -- Updates CI badge [skip ci] [`a829613`](git@github.com:svyatov/clsx-rails/commit/a829613) -- Adds code coverage tracking [`0c5d34c`](git@github.com:svyatov/clsx-rails/commit/0c5d34c) -- Ignore ruby-head in the CI matrix [`f3ab4df`](git@github.com:svyatov/clsx-rails/commit/f3ab4df) -- Better name for the GitHub Action job [`a28adb7`](git@github.com:svyatov/clsx-rails/commit/a28adb7) -- Adds badges, fixes rubocop configuration for CI [`56fab44`](git@github.com:svyatov/clsx-rails/commit/56fab44) -- Create dependabot.yml [`ed1e0eb`](git@github.com:svyatov/clsx-rails/commit/ed1e0eb) -- Fixes GitHub Actions [`f58a4b2`](git@github.com:svyatov/clsx-rails/commit/f58a4b2) +- Updates CI badge [skip ci] [`a829613`](https://github.com/svyatov/clsx-rails/commit/a829613) +- Adds code coverage tracking [`0c5d34c`](https://github.com/svyatov/clsx-rails/commit/0c5d34c) +- Ignore ruby-head in the CI matrix [`f3ab4df`](https://github.com/svyatov/clsx-rails/commit/f3ab4df) +- Better name for the GitHub Action job [`a28adb7`](https://github.com/svyatov/clsx-rails/commit/a28adb7) +- Adds badges, fixes rubocop configuration for CI [`56fab44`](https://github.com/svyatov/clsx-rails/commit/56fab44) +- Create dependabot.yml [`ed1e0eb`](https://github.com/svyatov/clsx-rails/commit/ed1e0eb) +- Fixes GitHub Actions [`f58a4b2`](https://github.com/svyatov/clsx-rails/commit/f58a4b2) ## v1.0.0 (2024-03-03) ### Other -- Initial commit [`f65b9b8`](git@github.com:svyatov/clsx-rails/commit/f65b9b8) +- Initial commit [`f65b9b8`](https://github.com/svyatov/clsx-rails/commit/f65b9b8)