Skip to content

Commit

Permalink
version bump to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chiefpansancolt committed Nov 23, 2023
1 parent a56f5dc commit 7739201
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/simplecov-tailwindcss/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module SimpleCov
module Formatter
class TailwindFormatter
VERSION = "2.1.2"
VERSION = "2.2.0"
end
end
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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:*",
Expand Down

0 comments on commit 7739201

Please sign in to comment.