Skip to content

Commit 61550f6

Browse files
committed
Release v1.1.10
1 parent 9866a12 commit 61550f6

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,18 @@ Change Log
33

44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6-
[Unpublished]: ../../compare/v1.1.9...HEAD
6+
[Unpublished]: ../../compare/v1.1.10...HEAD
77

88

9-
[Unpublished]
9+
[v1.1.10]
1010
------------------------------------------------------------------------
11+
**July 1st, 2019**
1112
* __Added:__ Keyword definitions for Vim 8.1.1600
1213
* __Fixed:__ Highlighting prioritised shorter keywords over longer ones
1314
* __Fixed:__ False positives when running keyword-updater script
1415

16+
[v1.1.10]: https://github.com/Alhadis/language-viml/releases/tag/v1.1.10
17+
1518

1619
[v1.1.9]
1720
------------------------------------------------------------------------

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
}],
99
"description": "Vim Script language support for Atom",
1010
"keywords": ["Vim", "VimScript", "VimL", "Vim Script", "Vi"],
11-
"version": "1.1.9",
11+
"version": "1.1.10",
1212
"repository": {
1313
"type": "git",
1414
"url": "https://github.com/Alhadis/language-viml.git"

0 commit comments

Comments
 (0)