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.3 ## [1.1.3](https://github.com/elribonaz…
Browse files Browse the repository at this point in the history
…o/pluto-encrypted/compare/@pluto-encrypted/inmemory@1.1.2...@pluto-encrypted/inmemory@1.1.3) (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 059ebbe commit da014fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/inmemory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pluto-encrypted/inmemory",
"version": "1.1.2",
"version": "1.1.3",
"description": "Secure Encrypted InMemory storage for @pluto-encrypted/database.",
"main": "./build/cjs/index.cjs",
"module": "./build/esm/index.mjs",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"devDependencies": {
"@pluto-encrypted/shared": "1.0.2",
"@pluto-encrypted/encryption": "1.0.2"
"@pluto-encrypted/encryption": "1.0.3"
},
"files": [
"build/*"
Expand Down

0 comments on commit da014fc

Please sign in to comment.