Skip to content

Commit 47664af

Browse files
committed
add changelog and bump version for 0.0.14
1 parent db7e0c4 commit 47664af

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## 0.0.14 (December 5,2018)
4+
* Implement port selection when linking component with multiple ports.
5+
* Fix linking of components using `odo link`.
6+
* Add Coverage and Debug test launchers.
7+
38
## 0.0.13 (December 3,2018)
49
* Add implementation of Linking component to a service or component [#425](https://github.com/redhat-developer/vscode-openshift-tools/pull/425).
510
* Add support to create component with binary file [#347](https://github.com/redhat-developer/vscode-openshift-tools/pull/347).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-openshift-connector",
33
"displayName": "OpenShift Connector",
44
"description": "Interacting with Red Hat OpenShift clusters and providing a streamlined developer experience using Visual Studio Code",
5-
"version": "0.0.13",
5+
"version": "0.0.14",
66
"license": "MIT",
77
"publisher": "redhat",
88
"author": "Red Hat",

0 commit comments

Comments
 (0)