From 7739201055d8a85e2c94b01f67e5b2adc4fe711a Mon Sep 17 00:00:00 2001 From: Christopher Pezza Date: Wed, 22 Nov 2023 22:18:26 -0500 Subject: [PATCH] version bump to 2.2.0 --- CHANGELOG.md | 17 +++++++++++++++++ lib/simplecov-tailwindcss/version.rb | 2 +- package.json | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fef6ac1..a3e0b34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## Version [2.2.0](https://github.com/chiefpansancolt/simplecov-tailwindcss/releases/tag/2.2.0) + +Thank you to our contributors this release for fixes and new features! + +### Features + +- Add red badges for uncovered branches ([#59](https://github.com/chiefpansancolt/simplecov-tailwindcss/pull/59)) -> [@fidalgo](https://github.com/fidalgo) + +### Bug Fixes + +- Left hand sidebar cut off and unscrollable ([#57](https://github.com/chiefpansancolt/simplecov-tailwindcss/issues/57)) +- add padding in groups to be able to see the last item ([#58](https://github.com/chiefpansancolt/simplecov-tailwindcss/pull/58)) -> [@igas](https://github.com/igas) + +### Updates + +- Dependency version bumps to stay up to date. + ## Version [2.1.2](https://github.com/chiefpansancolt/simplecov-tailwindcss/releases/tag/2.1.2) ### Updates diff --git a/lib/simplecov-tailwindcss/version.rb b/lib/simplecov-tailwindcss/version.rb index 4f8bf13..48063f0 100644 --- a/lib/simplecov-tailwindcss/version.rb +++ b/lib/simplecov-tailwindcss/version.rb @@ -3,7 +3,7 @@ module SimpleCov module Formatter class TailwindFormatter - VERSION = "2.1.2" + VERSION = "2.2.0" end end end diff --git a/package.json b/package.json index 10f62c5..e498d93 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simplecov-tailwind", - "version": "2.1.2", + "version": "2.2.0", "description": "HTML tailwind Design View for Simplecov formatter", "scripts": { "build": "npm-run-all build:*",