diff --git a/CHANGELOG.md b/CHANGELOG.md index f678dc6..6889691 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ -# Change Log +# 0.1.3 (2017-03-27) -## 0.1.2 +- Go to beginning of definition, not end +- Parse constructors public parameters + +# 0.1.2 (2017-03-23) - Initial release \ No newline at end of file diff --git a/package.json b/package.json index 7bbeadf..4920a78 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-angular-support", "displayName": "Angular Support", "description": "Go to / peek angular specific definitions", - "version": "0.1.2", + "version": "0.1.3", "publisher": "vismalietuva", "icon": "images/icon.svg", "repository": {