Skip to content

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nbarikipoulos committed Oct 4, 2020
1 parent a6395d2 commit 163392c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ a (de)ciphering object.
Note default settings use aes-256-crt ciphering.

**See**: [https://nodejs.org/api/crypto.html](https://nodejs.org/api/crypto.html) for further information.
**Version**: 2.0.0
**Version**: 2.0.1

* [json-cipher-value](#module_json-cipher-value)
* _static_
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* Note default settings use aes-256-crt ciphering.
*
* @module json-cipher-value
* @version 2.0.0
* @version 2.0.1
* @see {@link https://nodejs.org/api/crypto.html} for further information.
*/

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": "json-cipher-value",
"version": "2.0.0",
"version": "2.0.1",
"description": "Recursively (de)ciphering values of object retaining their types.",
"bin": {
"cipher-json": "./bin/cli.js"
Expand Down

0 comments on commit 163392c

Please sign in to comment.