Skip to content

Commit

Permalink
chore(release): 4.26.1 [skip ci]
Browse files Browse the repository at this point in the history
## [4.26.1](4.26.0...4.26.1) (2021-01-17)

### Bug Fixes

* correctly apply colours to .tsx (TS React) files 🤦‍♂️ ([08104da](08104da))
* differentiate between built-in HTML tags and React components ([318c439](318c439)), closes [#22](#22)
  • Loading branch information
semantic-release-bot committed Jan 17, 2021
1 parent 318c439 commit 8610cb0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [4.26.1](https://github.com/robertrossmann/vscode-remedy/compare/4.26.0...4.26.1) (2021-01-17)


### Bug Fixes

* correctly apply colours to .tsx (TS React) files 🤦‍♂️ ([08104da](https://github.com/robertrossmann/vscode-remedy/commit/08104da2297f1d2834973ad86e34289772e5a376))
* differentiate between built-in HTML tags and React components ([318c439](https://github.com/robertrossmann/vscode-remedy/commit/318c439964f9d5f7be1490bdfbfb2d74e53fe795)), closes [#22](https://github.com/robertrossmann/vscode-remedy/issues/22)

# [4.26.0](https://github.com/robertrossmann/vscode-remedy/compare/4.25.0...4.26.0) (2021-01-04)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "remedy",
"description": "A dark & bright theme with orange accents with roots in Base16 - Eighties colour theme",
"version": "4.26.0",
"version": "4.26.1",
"author": "Robert Rossmann <[email protected]>",
"bugs": {
"url": "https://github.com/robertrossmann/vscode-remedy/issues"
Expand Down

0 comments on commit 8610cb0

Please sign in to comment.