diff --git a/CHANGELOG.md b/CHANGELOG.md index f60e269..83a154a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,12 @@ # Changelog -## 0.3.9 +## 0.3.10 - 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/). - Improve error messages -## v0.3.9 +## v0.3.10 - Upgrade to SCI 0.3.1 - Upgrade to Reagent 1.1.0 diff --git a/doc/dev.md b/doc/dev.md index bbcbda8..aaf0321 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.9.1.0/g' +rg '0.0.1' --files-with-matches | xargs sed -i '' 's/0.0.3.10.1.0/g' bb release cd gh-pages -git checkout -b v0.3.9 -git push --set-upstream origin v0.3.9 +git checkout -b v0.3.10 +git push --set-upstream origin v0.3.10 git checkout gh-pages cd .. ``` -Then make a new release on Github with the `v0.3.9` tag. +Then make a new release on Github with the `v0.3.10` tag. diff --git a/doc/nrepl/README.md b/doc/nrepl/README.md index f6b3afe..d2a474c 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 e3b7729..8dadbdf 100644 --- a/doc/nrepl/index.html +++ b/doc/nrepl/index.html @@ -1,9 +1,9 @@ - + - + diff --git a/resources/public/html/cljs-ajax.html b/resources/public/html/cljs-ajax.html index 3005882..38c5cda 100644 --- a/resources/public/html/cljs-ajax.html +++ b/resources/public/html/cljs-ajax.html @@ -1,7 +1,7 @@ - - + + + + - +