Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Commit

Permalink
Publish 0.0.5 (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
itowlson authored Feb 27, 2019
1 parent 26c7013 commit 0a66351
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Change Log

## 0.0.5

* Fixed line ending issue in basic project template
* Added Export Bundle command
* Added Delete Bundle command
* Added command telemetry
* Compatible with Duffle 0.0.5 'English Rose'

## 0.0.4

* Initial release for Kubecon North America 2018
* Compatible with Duffle 0.0.4 'Dramallamabuie'
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "duffle-vscode",
"displayName": "Duffle",
"description": "VS Code extension for Duffle, the CNAB installer",
"description": "Build and deploy Cloud Native Application Bundles with Duffle",
"version": "0.0.5",
"preview": true,
"publisher": "ms-kubernetes-tools",
Expand All @@ -14,7 +14,8 @@
],
"keywords": [
"cnab",
"duffle"
"duffle",
"cloud-native"
],
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
"activationEvents": [
Expand Down

0 comments on commit 0a66351

Please sign in to comment.