Skip to content

Commit

Permalink
Version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmx committed Mar 26, 2024
1 parent aad13ef commit 2dbe6b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,9 @@ const conf = require('@tsmx/secure-config')();
### 2.1.0
- Support for encrypted properties of objects in arrays added, e.g. `{ configArray: [ { key: 'ENCRYPTED|...' }, { key: 'ENCRYPTED|... ' } ] }`
### 2.2.0
- Support for loading multiple configurations with new option [prefix](#prefix) added.
## Test
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsmx/secure-config",
"version": "2.1.0",
"version": "2.2.0",
"description": "Easy and secure configuration management. JSON based encrypted secrets, optional HMAC validation.",
"main": "secure-config.js",
"engines": {
Expand Down

0 comments on commit 2dbe6b3

Please sign in to comment.