Skip to content

Commit f8e4790

Browse files
committed
Release 0.11.5
1 parent e1b98ff commit f8e4790

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 0.11.5 - 2022-03-28
6+
57
- Update `javascript` grammar to fix object destructing with default values
68
- Update `typescript` grammar
79

tree-sitter-langs-build.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ latest commit."
226226
;; ---------------------------------------------------------------------------
227227
;;; Building language grammars.
228228

229-
(defconst tree-sitter-langs--bundle-version "0.11.4"
229+
(defconst tree-sitter-langs--bundle-version "0.11.5"
230230
"Version of the grammar bundle.
231231
This should be bumped whenever a language submodule is updated, which should be
232232
infrequent (grammar-only changes). It is different from the version of

tree-sitter-langs.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
;; Author: Tuấn-Anh Nguyễn <[email protected]>
66
;; Keywords: languages tools parsers tree-sitter
77
;; Homepage: https://github.com/emacs-tree-sitter/tree-sitter-langs
8-
;; Version: 0.11.4
8+
;; Version: 0.11.5
99
;; Package-Requires: ((emacs "25.1") (tree-sitter "0.15.0"))
1010
;; SPDX-License-Identifier: MIT
1111

0 commit comments

Comments
 (0)