diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a9d09d..8c49f78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/package.json b/package.json index 89fda6b..ce5aad5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scittle", - "version": "0.5.14", + "version": "0.6.14", "files": [ "dist" ],