Skip to content

Commit c4060c9

Browse files
committed
0.3.1
1 parent 21ae5c0 commit c4060c9

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lua-wasm-bindings",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "",
55
"files": [
66
"dist/**/*.js",
@@ -16,6 +16,8 @@
1616
"lint:prettier": "prettier --check . || (echo 'Run `npm run fix:prettier` to fix it.' && exit 1)",
1717
"lint:eslint": "eslint . --ext .js,.ts",
1818
"fix:prettier": "prettier --write .",
19+
"preversion": "npm run complete-build",
20+
"postversion": "git push && git push --tag",
1921
"test": "npx ts-node simple-test.ts"
2022
},
2123
"author": "Lorenz Junglas (Lolleko)",

0 commit comments

Comments
 (0)