From caedbaf061905d512e085890fb9de4e6f5c200ea Mon Sep 17 00:00:00 2001 From: Max Nowack Date: Thu, 7 Sep 2023 11:28:43 +0200 Subject: [PATCH] 0.2.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7e390aab..5b26cdb5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "signaldb", - "version": "0.1.7", + "version": "0.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "signaldb", - "version": "0.1.7", + "version": "0.2.0", "license": "MIT", "dependencies": { "fast-sort": "^3.4.0", diff --git a/package.json b/package.json index 6444e1e0..a60c29f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "signaldb", - "version": "0.1.7", + "version": "0.2.0", "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": { "preversion": "npm run lint && npm run test -- run && npm run build",