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 93b3994 commit f44f00fCopy full SHA for f44f00f
deno.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@silverbulletmd/silverbullet",
3
- "version": "2.2.0",
+ "version": "2.2.1",
4
"tasks": {
5
"build": "make clean && deno run -A build_plugs_libraries.ts && deno run -A build_client.ts",
6
"build-production": "deno task build --production",
plug-api/lib/crypto.ts
@@ -60,7 +60,7 @@ export async function deriveDbName(
60
spaceFolderPath: string,
61
baseURI: string,
62
encryptionKey?: CryptoKey,
63
-) {
+): Promise<string> {
64
let keyPart = "";
65
if (encryptionKey) {
66
keyPart = await exportKey(encryptionKey);
version.ts
@@ -1 +1 @@
-export const version = "2.2.0";
+export const version = "2.2.1";
0 commit comments