Skip to content

Commit 19f6507

Browse files
committed
0.4.0
1 parent a8f03fb commit 19f6507

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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": "signaldb",
3-
"version": "0.3.2",
3+
"version": "0.4.0",
44
"description": "SignalDB is a client-side database that provides a simple MongoDB-like interface to the data with first-class typescript support to achieve an optimistic UI. Data persistence can be achieved by using storage providers that store the data through a JSON interface to places such as localStorage.",
55
"scripts": {
66
"preversion": "npm run lint && npm run test -- run && npm run build",

0 commit comments

Comments
 (0)