Skip to content

Commit 28e98d5

Browse files
committed
Release 0.10.7
1 parent d267c2f commit 28e98d5

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 0.10.7 - 2021-09-18
6+
57
## 0.10.6 - 2021-09-18
68
- Improved highlighting of arrow function parameters in `javascript` and `typescript`.
79
- Improved general highlighting for `ruby`.

tree-sitter-langs-build.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ latest commit."
210210
;; ---------------------------------------------------------------------------
211211
;;; Building language grammars.
212212

213-
(defconst tree-sitter-langs--bundle-version "0.10.6"
213+
(defconst tree-sitter-langs--bundle-version "0.10.7"
214214
"Version of the grammar bundle.
215215
This should be bumped whenever a language submodule is updated, which should be
216216
infrequent (grammar-only changes). It is different from the version of

tree-sitter-langs.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
;; Author: Tuấn-Anh Nguyễn <ubolonton@gmail.com>
66
;; Keywords: languages tools parsers tree-sitter
77
;; Homepage: https://github.com/emacs-tree-sitter/tree-sitter-langs
8-
;; Version: 0.10.6
8+
;; Version: 0.10.7
99
;; Package-Requires: ((emacs "25.1") (tree-sitter "0.15.0"))
1010
;; SPDX-License-Identifier: MIT
1111

0 commit comments

Comments
 (0)