From a9e5be4f85fb2c3f54556c56374c3827d3d65d8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Javier=20Rib=C3=B3=20Labrador?= Date: Fri, 19 Jan 2024 16:42:22 +0000 Subject: [PATCH] chore(release): release 1.11.3 ## [1.11.3](https://github.com/atala-community-projects/pluto-encrypted/compare/@pluto-encrypted/shared@1.11.2...@pluto-encrypted/shared@1.11.3) (2024-01-19) ### Bug Fixes * allow calling start twice and only add collections if required. ([5577ec4](https://github.com/atala-community-projects/pluto-encrypted/commit/5577ec4f97e24a8633f3b86060e47525bb0d751d)) ### Features * add iagon storage and general improvements. ([#80](https://github.com/atala-community-projects/pluto-encrypted/issues/80)) ([5a8e931](https://github.com/atala-community-projects/pluto-encrypted/commit/5a8e9314d7acb09bca9cf36d16b1d592e57201a7)) [skip ci] --- packages/shared/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/shared/package.json b/packages/shared/package.json index ae33fd8d..a3dd8af5 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@pluto-encrypted/shared", - "version": "1.11.2", + "version": "1.11.3", "description": "Shared depencencies for @pluto-encrypted and its db providers", "main": "./build/cjs/index.cjs", "module": "./build/esm/index.mjs",