prepare version
This commit is contained in:
parent
5369c65bf4
commit
0270b989f0
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
[Scittle](https://github.com/babashka/scittle): execute Clojure(Script) directly from browser script tags via SCI!
|
[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).
|
- #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))
|
- Use `window.location.hostname` for WebSocket connection instead of hardcoding `"localhost"` ([@pyrmont](https://github.com/pyrmont))
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "scittle",
|
"name": "scittle",
|
||||||
"version": "0.5.14",
|
"version": "0.6.14",
|
||||||
"files": [
|
"files": [
|
||||||
"dist"
|
"dist"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue