Skip to content

Commit

Permalink
Bump version to 1.0.0-beta.21 (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
macjuul authored Sep 4, 2024
1 parent 48c648f commit 8583553
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "surrealdb",
"version": "1.0.0-beta.20",
"version": "1.0.0-beta.21",
"type": "module",
"license": "Apache-2.0",
"repository": {
Expand Down Expand Up @@ -50,5 +50,10 @@
"browser": "./dist/index.bundled.mjs"
}
},
"files": ["dist", "README.md", "LICENCE", "SECURITY.md"]
}
"files": [
"dist",
"README.md",
"LICENCE",
"SECURITY.md"
]
}

0 comments on commit 8583553

Please sign in to comment.