Skip to content

Commit a6b270c

Browse files
committed
chore(release): v0.0.44
1 parent 8226936 commit a6b270c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# plainweb
22

3+
## v0.0.44
4+
5+
[compare changes](https://github.com/joseferben/plainweb/compare/v0.0.43...v0.0.44)
6+
37
## v0.0.43
48

59
[compare changes](https://github.com/joseferben/plainweb/compare/v0.0.42...v0.0.43)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plainstack",
3-
"version": "0.0.43",
3+
"version": "0.0.44",
44
"description": "The single-file TypeScript web framework",
55
"type": "module",
66
"main": "dist/plainstack.js",
@@ -12,7 +12,7 @@
1212
"types": "dist/plainstack.d.ts",
1313
"scripts": {
1414
"build": "tsc --noEmit && tsup",
15-
"release": "changelogen --release"
15+
"release": "bun run build && changelogen --release"
1616
},
1717
"keywords": [
1818
"plainstack",

0 commit comments

Comments
 (0)