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.1.4 ## [1.1.4](https://github.com/elribonaz…
Browse files Browse the repository at this point in the history
…o/pluto-encrypted/compare/@pluto-encrypted/indexdb@1.1.3...@pluto-encrypted/indexdb@1.1.4) (2023-12-17)

### Bug Fixes

* Improve code coverage and set 100 threshold from now on ([#60](#60)) ([3bc51e9](3bc51e9))

 [skip ci]
  • Loading branch information
semantic-release-bot committed Dec 17, 2023
1 parent 1758b05 commit 059ebbe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/indexdb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pluto-encrypted/indexdb",
"version": "1.1.3",
"version": "1.1.4",
"description": "Secure Encrypted IndexDB storage for @pluto-encrypted/database.",
"main": "./build/cjs/index.cjs",
"module": "./build/esm/index.mjs",
Expand Down Expand Up @@ -28,10 +28,10 @@
"dependencies": {
"rxdb": "^14.17.0",
"uuid": "^9.0.1",
"@pluto-encrypted/encryption": "1.0.2"
"@pluto-encrypted/encryption": "1.0.3"
},
"devDependencies": {
"@pluto-encrypted/encryption": "1.0.2"
"@pluto-encrypted/encryption": "1.0.3"
},
"files": [
"build/*"
Expand Down

0 comments on commit 059ebbe

Please sign in to comment.