Skip to content

Commit ee4168a

Browse files
committed
Release v1.2.0
1 parent 8cb11fb commit ee4168a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ Change Log
33

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

6-
[Unpublished]: ../../compare/v1.1.1...HEAD
6+
[Unpublished]: ../../compare/v1.2.0...HEAD
77

88

9-
[Unpublished]
9+
[v1.2.0]
1010
------------------------------------------------------------------------
1111
**October 14th, 2017**
1212
* __Added:__ Highlighting for faces and another 30,134 function names,
@@ -53,6 +53,7 @@ Initial release. Adds editor commands and highlighting for Emacs Lisp.
5353

5454

5555
[Referenced links]:_____________________________________________________
56+
[v1.2.0]: https://github.com/Alhadis/language-emacs-lisp/releases/v1.2.0
5657
[v1.1.1]: https://github.com/Alhadis/language-emacs-lisp/releases/v1.1.1
5758
[v1.1.0]: https://github.com/Alhadis/language-emacs-lisp/releases/v1.1.0
5859
[v1.0.1]: https://github.com/Alhadis/language-emacs-lisp/releases/v1.0.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.1.1",
3+
"version": "1.2.0",
44
"description": "Emacs Lisp support for Atom.",
55
"keywords": ["Emacs", "Lisp", "Elisp", "Scheme", "GNU", "FSF"],
66
"repository": "https://github.com/Alhadis/language-emacs-lisp",

0 commit comments

Comments
 (0)