This commit is contained in:
Michiel Borkent 2022-02-15 11:07:49 +01:00
parent 89a5fd5428
commit 0561a88724
3 changed files with 6 additions and 2 deletions

View file

@ -1,5 +1,9 @@
# Changelog
## v0.1.0
- Upgrade to SCI 0.3.0
## v0.0.4
- Fixes for `try/catch`

2
bb.edn
View file

@ -24,7 +24,7 @@
(fs/glob "resources/public/js" "*.js")))}
bump-version {:doc "Bumps package.json and pushes new git tag"
:task (do (shell "npm version patch")
:task (do #_(shell "npm version patch")
(shell "git push --atomic origin main"
(str "v" (:version (json/parse-string (slurp "package.json") true)))))}

View file

@ -1,6 +1,6 @@
{
"name": "scittle",
"version": "0.0.4",
"version": "0.1.0",
"files": [
"dist"
],