diff --git a/packages/signaldb/package.json b/packages/signaldb/package.json index 2c1cefed..2f07e365 100644 --- a/packages/signaldb/package.json +++ b/packages/signaldb/package.json @@ -1,6 +1,6 @@ { "name": "signaldb", - "version": "0.8.1", + "version": "0.8.2", "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"