From 38fff0057410bf9e8b5cb61a673dbb18da78cd35 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 23 Dec 2023 18:33:19 +0000 Subject: [PATCH] chore(release): release 1.0.2 ## [1.0.2](https://github.com/elribonazo/pluto-encrypted/compare/@pluto-encrypted/test-suite@1.0.1...@pluto-encrypted/test-suite@1.0.2) (2023-12-23) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### Bug Fixes * add estlint on CI task + refactor code removing unused code and … ([#67](https://github.com/elribonazo/pluto-encrypted/issues/67)) ([d065c5d](https://github.com/elribonazo/pluto-encrypted/commit/d065c5d0c3271836a92fa36bc71ea55ff76de83f)) [skip ci] --- packages/test-suite/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/test-suite/package.json b/packages/test-suite/package.json index 916a184a..42bb5279 100644 --- a/packages/test-suite/package.json +++ b/packages/test-suite/package.json @@ -1,6 +1,6 @@ { "name": "@pluto-encrypted/test-suite", - "version": "1.0.1", + "version": "1.0.2", "description": "This is a RXDB test-suite that works out of the box without cloning rxdb repo or submodule.", "main": "./build/cjs/index.cjs", "module": "./build/esm/index.mjs",