Skip to content

Commit

Permalink
Release v1.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Alhadis committed Feb 14, 2019
1 parent 343adf3 commit f68d84d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,18 @@ Change Log

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

[Unpublished]: ../../compare/v1.1.8...HEAD
[Unpublished]: ../../compare/v1.1.9...HEAD


[Unpublished]
[v1.1.9]
------------------------------------------------------------------------
**February 15th, 2019**
* __Added:__ `range` and `closure` to function attributes [[`#8`]]
* __Added:__ Keywords for Vim 8.0-19, added in [`vim/vim@b730f0c`]
* __Added:__ Filetype mapping and highlighting for Vimball `.vmb` files
* __Fixed:__ Unnecessary files included in package distribution

[v1.1.9]: https://github.com/Alhadis/language-viml/releases/tag/v1.1.9
[`vim/vim@b730f0c`]: https://github.com/vim/vim/commit/b730f0c7ba
[`#8`]: https://github.com/Alhadis/language-viml/pull/8

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
}],
"description": "Vim Script language support for Atom",
"keywords": ["Vim", "VimScript", "VimL", "Vim Script", "Vi"],
"version": "1.1.8",
"version": "1.1.9",
"repository": {
"type": "git",
"url": "https://github.com/Alhadis/language-viml.git"
Expand Down

0 comments on commit f68d84d

Please sign in to comment.