Skip to content

Commit b418855

Browse files
committed
Release v1.3.1
1 parent c016d4f commit b418855

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ Change Log
33

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

6-
[Unpublished]: ../../compare/v1.3.0...HEAD
6+
[Unpublished]: ../../compare/v1.3.1...HEAD
77

88

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

7576

7677
[Referenced links]:_____________________________________________________
78+
[v1.3.1]: https://github.com/Alhadis/language-emacs-lisp/releases/v1.3.1
7779
[v1.3.0]: https://github.com/Alhadis/language-emacs-lisp/releases/v1.3.0
7880
[v1.2.0]: https://github.com/Alhadis/language-emacs-lisp/releases/v1.2.0
7981
[v1.1.1]: https://github.com/Alhadis/language-emacs-lisp/releases/v1.1.1

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "language-emacs-lisp",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "Emacs Lisp support for Atom.",
55
"keywords": ["Emacs", "Lisp", "Elisp", "Scheme", "GNU", "FSF", "YASnippet", "YAS"],
66
"repository": "https://github.com/Alhadis/language-emacs-lisp",

0 commit comments

Comments
 (0)