chore(release): update version in package.json

This commit is contained in:
Elian Doran
2025-05-02 21:29:19 +03:00
parent d1b945e769
commit 6b64c4daaa
5 changed files with 57 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@triliumnext/commons",
"version": "0.0.1",
"version": "0.94.0",
"description": "Shared library between the clients (e.g. browser, Electron) and the server, mostly for type definitions and utility methods.",
"private": true,
"type": "module",
@@ -44,4 +44,4 @@
"dependencies": {
"@swc/helpers": "~0.5.11"
}
}
}