Skip to content

Commit 428eff0

Browse files
chore: bump version to 0.0.23, add mashlib-local to gitignore
1 parent a7c43b6 commit 428eff0

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,3 +144,6 @@ test-nostr-acl.js
144144
test-dpop-flow.js
145145
cth-config/
146146
test-data-idp-accounts/
147+
148+
# Local mashlib build (for development)
149+
src/mashlib-local/

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "javascript-solid-server",
3-
"version": "0.0.22",
3+
"version": "0.0.23",
44
"description": "A minimal, fast Solid server",
55
"main": "src/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)