diff --git a/CHANGELOG.md b/CHANGELOG.md index 6827083..349d54a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [2.4.1](https://github.com/mauroreisvieira/github-sublime-theme/compare/v2.4.0...v2.4.1) (2022-01-12) + +### Bug Fixes + +- `highlight` border color transparency closes [#16](https://github.com/mauroreisvieira/github-sublime-theme/issues/16) ([0248602](https://github.com/mauroreisvieira/github-sublime-theme/commit/02486022b48d6b35feb1eaefe4c7bf930241afcf)) + # [2.4.0](https://github.com/mauroreisvieira/github-sublime-theme/compare/v2.3.1...v2.4.0) (2022-01-11) # [2.3.1](https://github.com/mauroreisvieira/github-sublime-theme/compare/v2.3.0...v2.3.1) (2022-01-07) diff --git a/package.json b/package.json index a93403a..497a2df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-sublime-theme", - "version": "2.4.0", + "version": "2.4.1", "description": "GitHub theme for Sublime Text", "repository": { "type": "git",