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.3 ## [1.3.3](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))

 [skip ci]
  • Loading branch information
semantic-release-bot committed Dec 23, 2023
1 parent 2d698bb commit 75ac955
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.2",
"version": "1.3.3",
"description": "Secure Encrypted LevelDB storage for @pluto-encrypted/database.",
"main": "./build/cjs/index.cjs",
"module": "./build/esm/index.mjs",
Expand Down Expand Up @@ -41,9 +41,9 @@
"uuid": "^9.0.1"
},
"devDependencies": {
"@pluto-encrypted/encryption": "1.2.0",
"@pluto-encrypted/shared": "1.2.0",
"@pluto-encrypted/test-suite": "1.0.1"
"@pluto-encrypted/encryption": "1.2.1",
"@pluto-encrypted/shared": "1.2.1",
"@pluto-encrypted/test-suite": "1.0.2"
},
"files": [
"build/*"
Expand Down

0 comments on commit 75ac955

Please sign in to comment.