Skip to content

Commit 3e23c9c

Browse files
committed
v0.18.1150
1 parent 42fee6f commit 3e23c9c

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ Changes can be:
88

99
## Unreleased
1010

11+
...
12+
13+
## 0.18.1150 (2025-07-23)
14+
1115
* 🐜 Fix reagent unsafe html rendering and KaTeX viewer, @borkdude fixes [#759](https://github.com/nextjournal/clerk/issues/759).
1216
* 🐞 Server-side-rendering: drop experimental node flag, @borkdude, fixes [#757](https://github.com/nextjournal/clerk/issues/757).
1317

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ To use Clerk in your project, you'll need Java 11+ and [`clojure`](https://cloju
4646
following dependency to your `deps.edn`:
4747

4848
```edn
49-
{:deps {io.github.nextjournal/clerk {:mvn/version "0.18.1142"}}}
49+
{:deps {io.github.nextjournal/clerk {:mvn/version "0.18.1150"}}}
5050
```
5151

5252
Require and start Clerk as part of your system start, e.g. in `user.clj`:

book.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
;; To use Clerk in your project, add the following dependency to your `deps.edn`:
6262

6363
;; ```edn
64-
;; {:deps {io.github.nextjournal/clerk {:mvn/version "0.18.1142"}}}
64+
;; {:deps {io.github.nextjournal/clerk {:mvn/version "0.18.1150"}}}
6565
;; ```
6666

6767
;; Require and start Clerk as part of your system start, e.g. in `user.clj`:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{:version {:major 0, :minor 18, :rev-count 1142}}
1+
{:version {:major 0, :minor 18, :rev-count 1150}}

0 commit comments

Comments
 (0)