Skip to content

Commit

Permalink
chore: bump version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
braem committed Aug 7, 2021
1 parent c3658ab commit cecb9e6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ The format is loosely based on [Keep a Changelog](https://keepachangelog.com/en/
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.2.1] - 2021-08-07
### Fixed
- Fixed issues with CSGO and Chaos specific panel coloring
- Added most properties to value syntax coloring (for properties like `transition-property` that accepted other properties as values)
- Fixed some Panorama values not being colored
- Proper coloring for functions such as `gradient`

## [0.2.0] - 2021-08-06
### Added
- CSGO and Chaos specific panels to tmLanguage, for proper coloring
Expand Down
4 changes: 2 additions & 2 deletions 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
Expand Up @@ -2,7 +2,7 @@
"name": "panorama-css",
"displayName": "Panorama CSS Support",
"description": "Support for the Panorama subset of CSS3.",
"version": "0.2.0",
"version": "0.2.1",
"publisher": "braemie",
"author": {
"name": "Brae Stoltz",
Expand Down

0 comments on commit cecb9e6

Please sign in to comment.