Skip to content

Commit 866e815

Browse files
committed
Release v0.1.2
p
1 parent f187b72 commit 866e815

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

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

33
## main (unreleased)
44

5+
## 0.1.2
6+
57
- Add a syntax table from clojure-mode. [712dc772fd38111c1e35fe60e4dbe7ac83032bd6](https://github.com/clojure-emacs/clojure-ts-mode/commit/712dc772fd38111c1e35fe60e4dbe7ac83032bd6).
68
- Better support for `thing-at-point` driven functionality.
79
- Thank you @jasonjckn for this contribution.

clojure-ts-mode.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
;; Maintainer: Danny Freeman <[email protected]>
77
;; URL: http://github.com/clojure-emacs/clojure-ts-mode
88
;; Keywords: languages clojure clojurescript lisp
9-
;; Version: 0.1.1
9+
;; Version: 0.1.2
1010
;; Package-Requires: ((emacs "29"))
1111

1212
;; This file is not part of GNU Emacs.

0 commit comments

Comments
 (0)