Skip to content

Commit 44eb9c2

Browse files
Merge pull request #418 from jpogran/GH-415-release-0.13.1
(GH-415) Release 0.13.1
2 parents 596a502 + ab73730 commit 44eb9c2

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
66

77
## Unreleased
88

9+
## [0.13.1] - 2018-10-30
10+
11+
### Added
12+
13+
- ([GH-416](https://github.com/lingua-pupuli/puppet-vscode/issues/416)) Update syntax file with 0.1.0 puppet-editor-syntax 0.1.0 release
14+
15+
### Fixed
16+
17+
- ([GH-331](https://github.com/lingua-pupuli/puppet-vscode/issues/331)) Go to definition not working
18+
919
## [0.13.0] - 2018-10-23
1020

1121
### Added

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "puppet-vscode",
33
"displayName": "Puppet",
44
"description": "Official Puppet VSCode extension. Provides full Puppet DSL intellisense, syntax highlighting, Puppet command support, Puppet node graphs, and much more",
5-
"version": "0.13.0",
5+
"version": "0.13.1",
66
"publisher": "jpogran",
77
"license": "SEE LICENSE IN LICENSE.txt",
88
"icon": "images/Puppet-Logo-Amber-sm.png",

0 commit comments

Comments
 (0)