Skip to content

Commit 466a37c

Browse files
author
James Pogran
authored
Merge pull request #41 from glennsarti/prep-1.3.2
(maint) Prepare for version 1.3.2 release
2 parents 949d0e0 + 180be4e commit 466a37c

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

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

77
## Unreleased
88

9-
## [1.3.1] - 2018-03-28
9+
## [1.3.2] - 2019-05-31
10+
11+
### Fixed
12+
- ([GH-39](https://github.com/lingua-pupuli/puppet-editor-syntax/issues/39)) Node definitions can only be strings
13+
- ([GH-38](https://github.com/lingua-pupuli/puppet-editor-syntax/issues/38)) Fix highlighting of classes and functions
14+
- ([GH-37](https://github.com/lingua-pupuli/puppet-editor-syntax/issues/37)) Tokenise variables within arrays
15+
- ([GH-32](https://github.com/lingua-pupuli/puppet-editor-syntax/issues/32)) Highlight resource names and titles correctly
16+
- ([GH-30](https://github.com/lingua-pupuli/puppet-editor-syntax/issues/30)) Highlight regex capture variables
17+
18+
## [1.3.1] - 2019-03-28
1019

1120
### Fixed
1221
- ([Commit](https://github.com/lingua-pupuli/puppet-editor-syntax/commit/ed18062cc9d904492f02d63b6553e1cadc95664e)) Make regex lazy for syntax highlighting

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.1",
3+
"version": "1.3.2",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)