branch: externals/js2-mode
commit 997cac4c80a03062145b541b006c51cc91ee0c24
Author: Dmitry Gutov <dgu...@yandex.ru>
Commit: Dmitry Gutov <dgu...@yandex.ru>

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

diff --git a/NEWS.md b/NEWS.md
index 4fdb25b719..3a87444f12 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,6 +1,6 @@
 # History of user-visible changes
 
-## Next
+## 2021-12-29
 
 * Imenu support for mocha-like (includes Jasmine and Cypress) test
   files: i.e., `M-x imenu` will now list test blocks defined with
diff --git a/js2-mode.el b/js2-mode.el
index 9d8e4f7eb8..38cc28def0 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-2020  Free Software Foundation, Inc.
+;; Copyright (C) 2009, 2011-2021  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: 20201220
+;; Version: 20211229
 ;; Keywords: languages, javascript
 ;; Package-Requires: ((emacs "24.1") (cl-lib "0.5"))
 

Reply via email to