Skip to content

Commit

Permalink
v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nbarikipoulos committed Jul 29, 2023
1 parent b91f815 commit 64d2017
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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**: 3.0.0
**Version**: 3.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 @@ -13,7 +13,7 @@
* Note default settings use aes-256-crt ciphering.
*
* @module json-cipher-value
* @version 3.0.0
* @version 3.0.1
* @see {@link https://nodejs.org/api/crypto.html} for further information.
*/
import { CipherObject } from '#lib'
Expand Down

0 comments on commit 64d2017

Please sign in to comment.