Skip to content

Commit a3d732d

Browse files
committed
Bump for v0.1.2 release
1 parent 94c6302 commit a3d732d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55

66
## [Unreleased]
77

8+
## [v0.1.2] - 2021-05-11
9+
### Changed
10+
- yarn: upgrade ([d8fc677](https://github.com/matthewpi/vscode-caddyfile-support/commit/d8fc67706a938c53738a9de666ca31b6544f1dd9))
11+
12+
### DevOps
13+
- gh(workflows): add deploy workflow ([89e6c76](https://github.com/matthewpi/vscode-caddyfile-support/commit/89e6c7654525e81982a4f2ac9b4608b5585b327c))
14+
815
## [v0.1.1] - 2020-12-06
916
### Fixed
1017
- language-server: fix "Duplicated global option" inspection ([#7](https://github.com/matthewpi/vscode-caddyfile-support/issues/7))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "caddyfile-support",
33
"displayName": "Caddyfile Support",
44
"description": "Rich Caddyfile support for Visual Studio Code",
5-
"version": "0.1.1",
5+
"version": "0.1.2",
66
"license": "MIT",
77
"publisher": "matthewpi",
88
"private": true,

0 commit comments

Comments
 (0)