Skip to content

Commit

Permalink
0.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnowack committed Jul 29, 2024
1 parent c8e3e63 commit 2443e28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/signaldb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "signaldb",
"version": "0.12.2",
"version": "0.12.3",
"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.",
"scripts": {
"build": "rimraf dist && vite build"
Expand Down

0 comments on commit 2443e28

Please sign in to comment.