From f14ac924b9755c3f12433578812bb48248578f38 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 23 Dec 2023 17:36:15 +0000 Subject: [PATCH] chore(release): release 1.3.2 ## [1.3.2](https://github.com/elribonazo/pluto-encrypted/compare/@pluto-encrypted/inmemory@1.3.1...@pluto-encrypted/inmemory@1.3.2) (2023-12-23) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### Bug Fixes * Improve test coverage for test-suite with most of the needed fea… ([#66](https://github.com/elribonazo/pluto-encrypted/issues/66)) ([b90e406](https://github.com/elribonazo/pluto-encrypted/commit/b90e40670e82808f38b880456ccc0c5505b48757)) * remove manual migration and rely on the automatic migration from rxdb + custom plugin. ([ba29cb1](https://github.com/elribonazo/pluto-encrypted/commit/ba29cb14b6f946210077c7a475cf4b8a76b16141)) * remove sub-module ([ba9c738](https://github.com/elribonazo/pluto-encrypted/commit/ba9c73810bf61e6fe954baacfbbfd3341875ab02)) * remove unused code from database + update code coverage. ([30088bd](https://github.com/elribonazo/pluto-encrypted/commit/30088bd0cbd6f53a513276238912b788dfbb624c)) [skip ci] --- packages/inmemory/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/inmemory/package.json b/packages/inmemory/package.json index 8d0a5739..c0f6e6f1 100644 --- a/packages/inmemory/package.json +++ b/packages/inmemory/package.json @@ -1,6 +1,6 @@ { "name": "@pluto-encrypted/inmemory", - "version": "1.3.1", + "version": "1.3.2", "description": "Secure Encrypted InMemory storage for @pluto-encrypted/database.", "main": "./build/cjs/index.cjs", "module": "./build/esm/index.mjs", @@ -39,7 +39,7 @@ "devDependencies": { "@pluto-encrypted/encryption": "1.2.0", "@pluto-encrypted/shared": "1.2.0", - "@pluto-encrypted/test-suite": "1.0.0" + "@pluto-encrypted/test-suite": "1.0.1" }, "files": [ "build/*"