Skip to content

Commit f6c86c1

Browse files
committed
Release v1.4.1
1 parent fdbdc56 commit f6c86c1

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.4.0...HEAD
6+
[Unpublished]: ../../compare/v1.4.1...HEAD
77

88

9-
[Unpublished]
9+
[v1.4.1]
1010
------------------------------------------------------------------------
11+
**August 4th, 2021**
1112
* __Added:__ Comment highlighting for interpreter directives (hashbangs)
1213
* __Added:__ Snippets for [YASnippet][] metadata and placeholders
1314
* __Fixed:__ [Various inaccuracies][1] related to modeline matching
@@ -95,6 +96,7 @@ Initial release. Adds editor commands and highlighting for Emacs Lisp.
9596

9697

9798
[Referenced links]:_____________________________________________________
99+
[v1.4.1]: https://github.com/Alhadis/language-emacs-lisp/releases/v1.4.1
98100
[v1.4.0]: https://github.com/Alhadis/language-emacs-lisp/releases/v1.4.0
99101
[v1.3.1]: https://github.com/Alhadis/language-emacs-lisp/releases/v1.3.1
100102
[v1.3.0]: https://github.com/Alhadis/language-emacs-lisp/releases/v1.3.0

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.4.0",
3+
"version": "1.4.1",
44
"description": "Emacs Lisp support for Atom.",
55
"keywords": ["Emacs", "Lisp", "Elisp", "Scheme", "GNU", "FSF", "YASnippet", "YAS", "Muse", "AmuseWiki"],
66
"repository": "https://github.com/Alhadis/language-emacs-lisp",

0 commit comments

Comments
 (0)