Skip to content

Commit 21cd0e1

Browse files
author
Simon Hofmann
committed
release v4.0.2
1 parent c0e655a commit 21cd0e1

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
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.
44

5+
## 4.0.2
6+
7+
- Fixed deprecation warnings ([#13](https://github.com/nut-tree/secrets/issues/13))
8+
9+
## 4.0.1
10+
11+
- Security fixes
12+
513
## 4.0.0
614

715
- Added support for AES/ECB ([#11](https://github.com/nut-tree/secrets/issues/11))

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nut-tree/secrets",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"description": "A helper package to deal with secrets inside test cases",
55
"main": "dist/index",
66
"typings": "dist/index",

0 commit comments

Comments
 (0)