We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8226936 commit a6b270cCopy full SHA for a6b270c
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# plainweb
2
3
+## v0.0.44
4
+
5
+[compare changes](https://github.com/joseferben/plainweb/compare/v0.0.43...v0.0.44)
6
7
## v0.0.43
8
9
[compare changes](https://github.com/joseferben/plainweb/compare/v0.0.42...v0.0.43)
package.json
@@ -1,6 +1,6 @@
{
"name": "plainstack",
- "version": "0.0.43",
+ "version": "0.0.44",
"description": "The single-file TypeScript web framework",
"type": "module",
"main": "dist/plainstack.js",
@@ -12,7 +12,7 @@
12
"types": "dist/plainstack.d.ts",
13
"scripts": {
14
"build": "tsc --noEmit && tsup",
15
- "release": "changelogen --release"
+ "release": "bun run build && changelogen --release"
16
},
17
"keywords": [
18
"plainstack",
0 commit comments