From f717b8cb6a01409c46ca8ad3ab8e087e0e5158cf Mon Sep 17 00:00:00 2001 From: Mauro Reis Vieira Date: Wed, 12 Jan 2022 15:07:45 +0000 Subject: [PATCH] chore(release): 4070-2.4.1 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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",