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.0.0 # @pluto-encrypted/encryption-v1.0.0 (2…
Browse files Browse the repository at this point in the history
…023-12-16)

### Features

* adding a more robust encryption for all the database engines, without crypto-js insecure dependency. ([#58](#58)) ([f91ffd1](f91ffd1))
  • Loading branch information
semantic-release-bot committed Dec 16, 2023
1 parent f91ffd1 commit cf9bdd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/encryption/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pluto-encrypted/encryption",
"version": "0.0.0",
"version": "1.0.0",
"description": "Encryption layer for pluto encrypted database engines",
"main": "./build/cjs/index.cjs",
"module": "./build/esm/index.mjs",
Expand Down Expand Up @@ -36,4 +36,4 @@
"build/*"
],
"gitHead": "6aa4ce8bbb9938fc4c4e790efffa5b902631362c"
}
}

0 comments on commit cf9bdd4

Please sign in to comment.