Skip to content

Commit 4e18177

Browse files
committed
Release v0.1.5
Closes issue #17
1 parent 623c982 commit 4e18177

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

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

33
## main (unreleased)
44

5-
- Disable treesit-transpose-sexps on Emacs 30 in favor of the default implementation (#17)
6-
- Implement clojure-ts-find-ns function (mostly as a demonstration).
5+
## 0.1.5
6+
7+
- Disable treesit-transpose-sexps on Emacs 30 in favor of the default implementation (#17) [623c98292f9207a95169cdeae6f8595c016c6320](https://github.com/clojure-emacs/clojure-ts-mode/commit/623c98292f9207a95169cdeae6f8595c016c6320)
8+
- Implement clojure-ts-find-ns function (mostly as a demonstration). [d630cd63af8022d5a1fee0e7aa05450b6e0fd75e](https://github.com/clojure-emacs/clojure-ts-mode/commit/d630cd63af8022d5a1fee0e7aa05450b6e0fd75e)
79

810
## 0.1.4
911

clojure-ts-mode.el

Lines changed: 1 addition & 1 deletion
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.4
9+
;; Version: 0.1.5
1010
;; Package-Requires: ((emacs "29"))
1111

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

0 commit comments

Comments
 (0)