Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nbarikipoulos committed Jan 11, 2020
1 parent d9b93fb commit 30a3d83
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 (un)ciphering object.
Note default settings are performing an aes-256-crt ciphering.

**See**: [https://nodejs.org/api/crypto.html](https://nodejs.org/api/crypto.html) for further information.
**Version**: 1.1.3
**Version**: 1.2.0
<a name="exp_module_json-cipher-value--factory"></a>

### factory(secret, [options]) : [<code>CryptObject</code>](#module_cryptObjects..CryptObject)
Expand Down
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Copyright (c) 2019 Nicolas Barriquand <nicolas.barriquand@outlook.fr>. MIT licensed. */
/*! Copyright (c) 2019-2020 Nicolas Barriquand <nicolas.barriquand@outlook.fr>. MIT licensed. */

/**
*
Expand All @@ -16,7 +16,7 @@
* Note default settings are performing an aes-256-crt ciphering.
*
* @module json-cipher-value
* @version 1.1.3
* @version 1.2.0
* @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": "1.2.0-beta.0",
"version": "1.2.0",
"description": "Recursively encrypt/decrypt object values retaining their types.",
"bin": {
"cipher-json": "./bin/cli.js"
Expand Down

0 comments on commit 30a3d83

Please sign in to comment.