Skip to content

Commit

Permalink
Bump for v0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewpi committed May 12, 2021
1 parent 0e7c0b8 commit e3fd691
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [v0.2.0] - 2021-05-12
### Added
- Markdown Support ([#19](https://github.com/matthewpi/vscode-caddyfile-support/issues/19))
- Highlighting for Content-Types ([#19](https://github.com/matthewpi/vscode-caddyfile-support/issues/19))

### Fixed
- Comments not always highlighting in server blocks ([#19](https://github.com/matthewpi/vscode-caddyfile-support/issues/19))
- Domains not being properly highlighted ([#19](https://github.com/matthewpi/vscode-caddyfile-support/issues/19))

## [v0.1.2] - 2021-05-11
### Changed
- yarn: upgrade ([d8fc677](https://github.com/matthewpi/vscode-caddyfile-support/commit/d8fc67706a938c53738a9de666ca31b6544f1dd9))
Expand Down
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": "caddyfile-support",
"displayName": "Caddyfile Support",
"description": "Rich Caddyfile support for Visual Studio Code",
"version": "0.1.2",
"version": "0.2.0",
"license": "MIT",
"publisher": "matthewpi",
"private": true,
Expand Down

0 comments on commit e3fd691

Please sign in to comment.