diff --git a/CHANGELOG.md b/CHANGELOG.md index c0d460e..cc06020 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,10 +3,10 @@ Change Log This project adheres to [Semantic Versioning](http://semver.org). -[Unpublished]: ../../compare/v1.1.1...HEAD +[Unpublished]: ../../compare/v1.2.0...HEAD -[Unpublished] +[v1.2.0] ------------------------------------------------------------------------ **October 14th, 2017** * __Added:__ Highlighting for faces and another 30,134 function names, @@ -53,6 +53,7 @@ Initial release. Adds editor commands and highlighting for Emacs Lisp. [Referenced links]:_____________________________________________________ +[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 [v1.1.0]: https://github.com/Alhadis/language-emacs-lisp/releases/v1.1.0 [v1.0.1]: https://github.com/Alhadis/language-emacs-lisp/releases/v1.0.1 diff --git a/package.json b/package.json index cb7d501..73aea63 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "language-emacs-lisp", - "version": "1.1.1", + "version": "1.2.0", "description": "Emacs Lisp support for Atom.", "keywords": ["Emacs", "Lisp", "Elisp", "Scheme", "GNU", "FSF"], "repository": "https://github.com/Alhadis/language-emacs-lisp",