- dbManager async API
- snjs@1.0.5
- fixes issue with blank alert on deleting locked note
This commit is contained in:
Mo Bitar
2019-12-23 17:03:49 -06:00
parent d6e0edafe9
commit 1b5638fd5b
9 changed files with 141 additions and 159 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "standard-notes-web",
"version": "3.0.22",
"version": "3.0.24",
"license": "AGPL-3.0-or-later",
"repository": {
"type": "git",
@@ -44,7 +44,7 @@
"mocha": "^6.2.2",
"serve-static": "^1.14.1",
"sn-stylekit": "2.0.20",
"snjs": "1.0.3",
"snjs": "1.0.5",
"webpack": "^4.41.3",
"webpack-cli": "^3.3.10"
},