emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/js2-mode f956476 60/61: Release new version


From: Dmitry Gutov
Subject: [elpa] externals/js2-mode f956476 60/61: Release new version
Date: Sun, 20 Dec 2020 12:20:13 -0500 (EST)

branch: externals/js2-mode
commit f9564769e81c612b43f99802d6a2c5e6b1f8fca4
Author: Dmitry Gutov <dgutov@yandex.ru>
Commit: Dmitry Gutov <dgutov@yandex.ru>

    Release new version
---
 NEWS.md     | 2 +-
 js2-mode.el | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/NEWS.md b/NEWS.md
index 4a2c0cc..3b2d138 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,6 +1,6 @@
 # History of user-visible changes
 
-## Next
+## 2020-12-20
 
 * Support for logical assignment operators 
([#564](https://github.com/mooz/js2-mode/issues/564)).
 * Support for the nullish coalescing operator 
([#561](https://github.com/mooz/js2-mode/pull/561)).
diff --git a/js2-mode.el b/js2-mode.el
index 89dc453..a71196b 100644
--- a/js2-mode.el
+++ b/js2-mode.el
@@ -1,13 +1,13 @@
 ;;; js2-mode.el --- Improved JavaScript editing mode -*- lexical-binding: t -*-
 
-;; Copyright (C) 2009, 2011-2018  Free Software Foundation, Inc.
+;; Copyright (C) 2009, 2011-2020  Free Software Foundation, Inc.
 
 ;; Author: Steve Yegge <steve.yegge@gmail.com>
 ;;         mooz <stillpedant@gmail.com>
 ;;         Dmitry Gutov <dgutov@yandex.ru>
 ;; URL:  https://github.com/mooz/js2-mode/
 ;;       http://code.google.com/p/js2-mode/
-;; Version: 20190219
+;; Version: 20201220
 ;; Keywords: languages, javascript
 ;; Package-Requires: ((emacs "24.1") (cl-lib "0.5"))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]