Skip to content

Commit 9c38ff3

Browse files
committed
v0.15.957
1 parent d6fd90c commit 9c38ff3

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
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.15.957 (2023-09-28)
14+
1115
* 🔌 Offline support
1216

1317
Support working fully offline by adding a ServiceWorker to intercept and cache network requests to remote assets in the browser. It works for Clerk's js bundle, its tailwind css script, fonts and as well as javascript dynamically loaded using d3-require like Clerk's Vega and Plotly viewers.

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.14.919"}}}
49+
{:deps {io.github.nextjournal/clerk {:mvn/version "0.15.957"}}}
5050
```
5151

5252
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 14, :rev-count 919}}
1+
{:version {:major 0, :minor 15, :rev-count 957}}

0 commit comments

Comments
 (0)