Skip to content

Commit

Permalink
Merge v0.2.1 (#3)
Browse files Browse the repository at this point in the history
* Updated change log for v0.2.1
  • Loading branch information
BernieWhite authored Apr 16, 2018
1 parent f4e4ae5 commit 65f863e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"command": "code",
"args": [
"--install-extension",
".\\dokd-vscode-preview-0.2.0.vsix"
".\\dokd-vscode-preview-0.2.1.vsix"
],
"problemMatcher": []
}
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@

## Unreleased

## v0.2.1

- Updated change log

## v0.2.0

- Requires DevOpsKitDsc v0.2.0 or later
- Added support for full and incremental collection builds
- Added support for publishing collections
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dokd-vscode-preview",
"displayName": "DevOps Kit for DSC",
"version": "0.2.0",
"version": "0.2.1",
"publisher": "bewhite",
"description": "Adds convenience features for IT Pros using DevOps Kit for DSC.",
"engines": {
Expand Down

0 comments on commit 65f863e

Please sign in to comment.