diff --git a/CHANGELOG.md b/CHANGELOG.md index 99d7be9..7ebc3c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,14 +8,14 @@ - [#72](https://github.com/babashka/babashka/issues/72): add clojure 1.11 functions like `update-vals` - #75: Support reader conditionals in source code -## v0.6.15 (2023-05-04) +## v0.6.16 (2023-05-04) - [#58](https://github.com/babashka/babashka/issues/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)) - Upgrade `sci.configs` to `"33bd51e53700b224b4cb5bda59eb21b62f962745"` - Update nREPL implementation: implement `eldoc` (`info`, `lookup`) ([@benjamin-asdf](https://github.com/benjamin-asdf)) -## v0.6.15 (2023-01-05) +## v0.6.16 (2023-01-05) - Fix destructuring in `defmethod` (by upgrading SCI) diff --git a/doc/dev.md b/doc/dev.md index a3d5c5d..4989af8 100644 --- a/doc/dev.md +++ b/doc/dev.md @@ -90,20 +90,20 @@ To create a new NPM release: - Prepare version `package.json`, except patch (if anything should change here) - Run `bb npm-publish`: this will compile, bump patch version, create tag and and push to npm and Github -- `bb replace-version 0.4.11 0.6.15` +- `bb replace-version 0.6.16 0.6.16` - Create Github release with updated links from `doc/links.md` - `bb gh-pages` - + - - + + - + diff --git a/doc/links.md b/doc/links.md index fcc3ca8..2f05f47 100644 --- a/doc/links.md +++ b/doc/links.md @@ -1,7 +1,7 @@ -https://cdn.jsdelivr.net/npm/scittle@0.6.15/dist/scittle.js -https://cdn.jsdelivr.net/npm/scittle@0.6.15/dist/scittle.cljs-ajax.js -https://cdn.jsdelivr.net/npm/scittle@0.6.15/dist/scittle.reagent.js -https://cdn.jsdelivr.net/npm/scittle@0.6.15/dist/scittle.re-frame.js -https://cdn.jsdelivr.net/npm/scittle@0.6.15/dist/scittle.promesa.js -https://cdn.jsdelivr.net/npm/scittle@0.6.15/dist/scittle.pprint.js -https://cdn.jsdelivr.net/npm/scittle@0.6.15/dist/scittle.nrepl.js +https://cdn.jsdelivr.net/npm/scittle@0.6.16/dist/scittle.js +https://cdn.jsdelivr.net/npm/scittle@0.6.16/dist/scittle.cljs-ajax.js +https://cdn.jsdelivr.net/npm/scittle@0.6.16/dist/scittle.reagent.js +https://cdn.jsdelivr.net/npm/scittle@0.6.16/dist/scittle.re-frame.js +https://cdn.jsdelivr.net/npm/scittle@0.6.16/dist/scittle.promesa.js +https://cdn.jsdelivr.net/npm/scittle@0.6.16/dist/scittle.pprint.js +https://cdn.jsdelivr.net/npm/scittle@0.6.16/dist/scittle.nrepl.js diff --git a/doc/nrepl/README.md b/doc/nrepl/README.md index 7e7eab2..851d013 100644 --- a/doc/nrepl/README.md +++ b/doc/nrepl/README.md @@ -21,7 +21,7 @@ the normal routine: ``` html - + ``` Also include the CLJS file that you want to evaluate with nREPL: diff --git a/doc/nrepl/index.html b/doc/nrepl/index.html index e6d6552..dc00626 100644 --- a/doc/nrepl/index.html +++ b/doc/nrepl/index.html @@ -1,9 +1,9 @@ - + - + diff --git a/resources/public/codemirror.html b/resources/public/codemirror.html index e90a009..3002a81 100644 --- a/resources/public/codemirror.html +++ b/resources/public/codemirror.html @@ -1,13 +1,13 @@ - + - - - + + + - + + + + - +