Skip to content

Commit

Permalink
0.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnowack committed Mar 29, 2024
1 parent e524bb5 commit b0299a8
Showing 1 changed file with 1 addition and 1 deletion.
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.8.7",
"version": "0.8.8",
"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 b0299a8

Please sign in to comment.