diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c90264..452c604 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ - Add all public vars of `cljs-ajax` `ajax.core` - Upgrade several built-in libraries -## v0.3.10 +## v0.4.11 - Add `scittle.promesa.js` plugin. This gives access to the [promesa](https://cljdoc.org/d/funcool/promesa/8.0.450/doc/user-guide) library. - Add `scittle.pprint.js` plugin. This gives access to [cljs.pprint](https://cljs.github.io/api/cljs.pprint/). diff --git a/doc/dev.md b/doc/dev.md index aaf0321..cce91f6 100644 --- a/doc/dev.md +++ b/doc/dev.md @@ -91,13 +91,13 @@ To create a new release: To upgrade examples: ``` -rg '0.0.1' --files-with-matches | xargs sed -i '' 's/0.0.3.10.1.0/g' +rg '0.0.1' --files-with-matches | xargs sed -i '' 's/0.0.4.11.1.0/g' bb release cd gh-pages -git checkout -b v0.3.10 -git push --set-upstream origin v0.3.10 +git checkout -b v0.4.11 +git push --set-upstream origin v0.4.11 git checkout gh-pages cd .. ``` -Then make a new release on Github with the `v0.3.10` tag. +Then make a new release on Github with the `v0.4.11` tag. diff --git a/doc/nrepl/README.md b/doc/nrepl/README.md index d2a474c..2f08b4b 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 8dadbdf..b2ed06b 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 371548e..ba668c7 100644 --- a/resources/public/codemirror.html +++ b/resources/public/codemirror.html @@ -1,11 +1,11 @@ - + - + - + + + + - +