Skip to content

Commit

Permalink
Release v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Alhadis committed Jul 1, 2019
1 parent c016d4f commit b418855
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,11 +3,12 @@ Change Log

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

[Unpublished]: ../../compare/v1.3.0...HEAD
[Unpublished]: ../../compare/v1.3.1...HEAD


[Unpublished]
[v1.3.1]
------------------------------------------------------------------------
**July 1st, 2019**
* __Added:__ Highlighting for another 30 keywords used by [`mocha.el`][]
* __Added:__ Highlighting for the [`use-package`][] macro
* __Fixed:__ Highlighting of YASnippets without prologues
Expand Down Expand Up @@ -74,6 +75,7 @@ Initial release. Adds editor commands and highlighting for Emacs Lisp.


[Referenced links]:_____________________________________________________
[v1.3.1]: https://github.com/Alhadis/language-emacs-lisp/releases/v1.3.1
[v1.3.0]: https://github.com/Alhadis/language-emacs-lisp/releases/v1.3.0
[v1.2.0]: https://github.com/Alhadis/language-emacs-lisp/releases/v1.2.0
[v1.1.1]: https://github.com/Alhadis/language-emacs-lisp/releases/v1.1.1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "language-emacs-lisp",
"version": "1.3.0",
"version": "1.3.1",
"description": "Emacs Lisp support for Atom.",
"keywords": ["Emacs", "Lisp", "Elisp", "Scheme", "GNU", "FSF", "YASnippet", "YAS"],
"repository": "https://github.com/Alhadis/language-emacs-lisp",
Expand Down

0 comments on commit b418855

Please sign in to comment.