Skip to content

Commit d792d68

Browse files
mkphilippamarkovics
authored andcommitted
v0.14.919
1 parent 3f05eaf commit d792d68

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
.cpcache/
55
.lsp/
66
node_modules
7-
/scratch/
7+
/scratch
88
notebooks/scratch*
99
/public/js/
1010
/.shadow-cljs/

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.14.919 (2023-06-13)
14+
1115
* 🚨 Breaking Changes:
1216

1317
* Change `nextjournal.clerk.render/clerk-eval` to not recompute the currently shown document when using the 1-arity version. Added a second arity that takes an opts map with a `:recompute?` key.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ ALPHA, expect breaking changes.
4545
To use Clerk in your project, add the following dependency to your `deps.edn`:
4646

4747
```edn
48-
{:deps {io.github.nextjournal/clerk {:mvn/version "0.13.842"}}}
48+
{:deps {io.github.nextjournal/clerk {:mvn/version "0.14.919"}}}
4949
```
5050

5151
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 13, :rev-count 842}}
1+
{:version {:major 0, :minor 14, :rev-count 919}}

0 commit comments

Comments
 (0)