Skip to content

Commit

Permalink
Bump the version
Browse files Browse the repository at this point in the history
  • Loading branch information
dgutov committed Apr 8, 2023
1 parent 7824911 commit 7d92827
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# History of user-visible changes

## Next
## 2023-04-08

* Support top-level await
([#593](https://github.com/mooz/js2-mode/issues/593)).
Expand Down
4 changes: 2 additions & 2 deletions js2-mode.el
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
;;; js2-mode.el --- Improved JavaScript editing mode -*- lexical-binding: t -*-

;; Copyright (C) 2009, 2011-2022 Free Software Foundation, Inc.
;; Copyright (C) 2009, 2011-2023 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: 20220710
;; Version: 20230408
;; Keywords: languages, javascript
;; Package-Requires: ((emacs "24.1") (cl-lib "0.5"))

Expand Down

0 comments on commit 7d92827

Please sign in to comment.