Skip to content

Commit ceab8c4

Browse files
committed
chore(release): 2.0.1 fixes #4
1 parent c6f6afa commit ceab8c4

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [2.0.1](https://github.com/jeanlescure/string-crypto/compare/v2.0.0...v2.0.1) (2021-02-22)
6+
7+
8+
### Bug Fixes
9+
10+
* __importDefault is not defined ([c6f6afa](https://github.com/jeanlescure/string-crypto/commit/c6f6afa14dcb7cef12f9d3d3dc32b1883aa57257))
11+
* implicit tslib dependency ([9d9a43c](https://github.com/jeanlescure/string-crypto/commit/9d9a43c00022bb72eed33a835c8129aeec6763c3))
12+
513
## [2.0.0](https://github.com/jeanlescure/string-crypto/compare/v1.0.4...v2.0.0) (2021-02-22)
614

715

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "string-crypto",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Small and simple (yet secure) library to encrypt and decrypt strings using PBKDF2 for key derivation and AES (defaulted to 256-bit / SHA512)",
55
"keywords": [
66
"encryption",

0 commit comments

Comments
 (0)