Skip to content

Commit

Permalink
Bump for v0.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewpi committed Dec 6, 2020
1 parent ba726e5 commit 822ba43
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
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 based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [v0.1.1] - 2020-12-06
### Fixed
- language-server: fix "Duplicated global option" inspection ([#7](https://github.com/matthewpi/vscode-caddyfile-support/issues/7))

### Changed
- language-server: update global option descriptions and suggestions ([ba726e5](https://github.com/matthewpi/vscode-caddyfile-support/commit/ba726e5324cae28e1ba4ceafa96bdfe1976423ce))

## [v0.1.0] - 2020-12-06
### Added
- Language Server ([#6](https://github.com/matthewpi/vscode-caddyfile-support/pull/6))
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.1.0",
"version": "0.1.1",
"license": "MIT",
"publisher": "matthewpi",
"private": true,
Expand Down

0 comments on commit 822ba43

Please sign in to comment.