Skip to content

Commit 4afdd35

Browse files
committed
5.19.0
1 parent baddab3 commit 4afdd35

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
## master (unreleased)
44

5+
## 5.19.0 (2024-05-26)
6+
57
### Bugs fixed
68

79
* Fix `clojure-align` when called from `clojure-ts-mode` major mode buffers.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ highlighting), indentation, navigation and refactoring support for the
1616
**This documentation tracks the `master` branch of `clojure-mode`. Some of
1717
the features and settings discussed here might not be available in
1818
older releases (including the current stable release). Please, consult
19-
the relevant git tag (e.g. [5.18.1](https://github.com/clojure-emacs/clojure-mode/tree/v5.18.1)) if you need documentation for a
19+
the relevant git tag (e.g. [5.19.0](https://github.com/clojure-emacs/clojure-mode/tree/v5.19.0)) if you need documentation for a
2020
specific `clojure-mode` release.**
2121

2222
## Installation

clojure-mode.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
;; Maintainer: Bozhidar Batsov <[email protected]>
1313
;; URL: https://github.com/clojure-emacs/clojure-mode
1414
;; Keywords: languages clojure clojurescript lisp
15-
;; Version: 5.19.0-snapshot
15+
;; Version: 5.19.0
1616
;; Package-Requires: ((emacs "25.1"))
1717

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

0 commit comments

Comments
 (0)