Skip to content

Commit

Permalink
Update CHANGELOG.md, bump for v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewpi committed Oct 13, 2020
1 parent 26079b4 commit b4c5b14
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ All notable changes to the `vscode-caddyfile-support` project will be documented
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
SoonTM

## [v0.0.4] - 2020-10-13
### Fixed
- `acme_ca_root` not being highlighted in global options ([26079b4](https://github.com/matthewpi/vscode-caddyfile-support/commit/26079b4753a640db2289f5f8f5ae2ad68a677fc4))
- Paths connected to a domain not being properly highlighted ([#5](https://github.com/matthewpi/vscode-caddyfile-support/issues/5))

## [v0.0.3] - 2020-08-30
### Fixed
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": "Adds support for Caddyfile syntax highlighting and automatic formatting.",
"version": "0.0.3",
"version": "0.0.4",
"license": "MIT",
"publisher": "matthewpi",
"private": true,
Expand Down

0 comments on commit b4c5b14

Please sign in to comment.