Skip to content

Commit e46b7f1

Browse files
authored
Merge pull request #70 from glennsarti/prep-1.3.7
(maint) Release 1.3.7
2 parents 57695b7 + 94d9e2a commit e46b7f1

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

77
## Unreleased
88

9+
## [1.3.7] - 2020-07-10
10+
11+
### Fixed
12+
13+
- ([GH-66](https://github.com/puppetlabs/puppet-editor-syntax/issues/66)) undef is not treated as a special value
14+
- ([GH-65](https://github.com/puppetlabs/puppet-editor-syntax/issues/65)) Tokenise Node names correctly
15+
916
## [1.3.6] - 2020-05-01
1017

1118
### Fixed

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
@@ -1,6 +1,6 @@
11
{
22
"name": "puppet-editor-syntax",
3-
"version": "1.3.6",
3+
"version": "1.3.7",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)