prepare version

This commit is contained in:
Michiel Borkent 2023-05-04 17:01:27 +02:00
parent 5369c65bf4
commit 0270b989f0
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
[Scittle](https://github.com/babashka/scittle): execute Clojure(Script) directly from browser script tags via SCI!
## Unreleased
## v0.6.15 (2023-05-04)
- #58: build system for creating scittle distribution with custom libraries. See [plugins/demo](plugins/demo).
- Use `window.location.hostname` for WebSocket connection instead of hardcoding `"localhost"` ([@pyrmont](https://github.com/pyrmont))

View file

@ -1,6 +1,6 @@
{
"name": "scittle",
"version": "0.5.14",
"version": "0.6.14",
"files": [
"dist"
],