Skip to content
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.

Commit

Permalink
chore(release): release 1.2.1 ## [1.2.1](https://github.com/elribonaz…
Browse files Browse the repository at this point in the history
…o/pluto-encrypted/compare/@pluto-encrypted/[email protected]...@pluto-encrypted/[email protected]) (2023-12-23)

### Bug Fixes

* add estlint on CI task + refactor code removing unused code and … ([#67](#67)) ([d065c5d](d065c5d))
* add missing code coverage. ([#65](#65)) ([e3ded9a](e3ded9a))
* Correct coverage on all 3 packages ([e18a707](e18a707))
* Improve test coverage for test-suite with most of the needed fea… ([#66](#66)) ([b90e406](b90e406))
* remove manual migration and rely on the automatic migration from rxdb + custom plugin. ([ba29cb1](ba29cb1))
* remove sub-module ([ba9c738](ba9c738))
* remove unused code from database + update code coverage. ([30088bd](30088bd))

 [skip ci]
  • Loading branch information
semantic-release-bot committed Dec 23, 2023
1 parent 75ac955 commit 9d222e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pluto-encrypted/shared",
"version": "1.2.0",
"version": "1.2.1",
"description": "Shared depencencies for @pluto-encrypted and its db engines, leveldb and inmemory.",
"main": "./build/cjs/index.cjs",
"module": "./build/esm/index.mjs",
Expand Down

0 comments on commit 9d222e6

Please sign in to comment.