v0.1.0
This commit is contained in:
parent
89a5fd5428
commit
0561a88724
|
@ -1,5 +1,9 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v0.1.0
|
||||||
|
|
||||||
|
- Upgrade to SCI 0.3.0
|
||||||
|
|
||||||
## v0.0.4
|
## v0.0.4
|
||||||
|
|
||||||
- Fixes for `try/catch`
|
- Fixes for `try/catch`
|
||||||
|
|
2
bb.edn
2
bb.edn
|
@ -24,7 +24,7 @@
|
||||||
(fs/glob "resources/public/js" "*.js")))}
|
(fs/glob "resources/public/js" "*.js")))}
|
||||||
|
|
||||||
bump-version {:doc "Bumps package.json and pushes new git tag"
|
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"
|
(shell "git push --atomic origin main"
|
||||||
(str "v" (:version (json/parse-string (slurp "package.json") true)))))}
|
(str "v" (:version (json/parse-string (slurp "package.json") true)))))}
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "scittle",
|
"name": "scittle",
|
||||||
"version": "0.0.4",
|
"version": "0.1.0",
|
||||||
"files": [
|
"files": [
|
||||||
"dist"
|
"dist"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue