release v1.1.0

This commit is contained in:
Rasmus Andersson 2020-10-16 15:25:12 -07:00
parent 2da75dd2ff
commit 8d0b27b65a
8 changed files with 10 additions and 10 deletions

3
dist/markdown.es.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

2
dist/markdown.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

BIN
dist/markdown.wasm vendored

Binary file not shown.

View file

@ -56,8 +56,9 @@ if [[ "$PWD" != "$OUTER_PWD" ]]; then
echo " cd '$PWD'"
fi
cat << _MESSAGE_
git commit -m "v${PKG_VERSION}" . ../jslib.go
git commit -m "release v${PKG_VERSION}" .
git tag "v${PKG_VERSION}"
npm publish
git push
git push origin master "v${PKG_VERSION}"
_MESSAGE_