Skip to content

Commit d36d6d1

Browse files
committed
tree-sitter-langs 0.9.0
1 parent 464b03b commit d36d6d1

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## Unreleased
44

5+
## 0.9.0 - 2020-12-16
56
- Updated `javascript` and `typescript` grammars.
67

78
## 0.8.0 - 2020-12-15

tree-sitter-langs-build.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
(file-name-as-directory
4646
(concat tree-sitter-langs--dir "queries")))
4747

48-
(defconst tree-sitter-langs--bundle-version "0.8.0"
48+
(defconst tree-sitter-langs--bundle-version "0.9.0"
4949
"Version of the grammar bundle.
5050
This is bumped whenever `tree-sitter-langs-repos' is updated, which should be
5151
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/ubolonton/emacs-tree-sitter
8-
;; Version: 0.8.0
8+
;; Version: 0.9.0
99
;; Package-Requires: ((emacs "25.1") (tree-sitter "0.12.2"))
1010
;; License: MIT
1111

0 commit comments

Comments
 (0)