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.3.2 ## [1.3.2](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

* 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 f14ac92 commit 94951b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/leveldb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pluto-encrypted/leveldb",
"version": "1.3.1",
"version": "1.3.2",
"description": "Secure Encrypted LevelDB storage for @pluto-encrypted/database.",
"main": "./build/cjs/index.cjs",
"module": "./build/esm/index.mjs",
Expand Down Expand Up @@ -43,7 +43,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/*"
Expand Down

0 comments on commit 94951b8

Please sign in to comment.