branch: externals/js2-mode commit f9564769e81c612b43f99802d6a2c5e6b1f8fca4 Author: Dmitry Gutov <dgu...@yandex.ru> Commit: Dmitry Gutov <dgu...@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.ye...@gmail.com> ;; mooz <stillped...@gmail.com> ;; Dmitry Gutov <dgu...@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"))