Skip to content

Commit fc74cda

Browse files
chore(release): new version (#70)
* chore(release): new version Signed-off-by: "github-actions[bot]" <"41898282+github-actions[bot]@users.noreply.github.com"> * chore(release): new version --------- Signed-off-by: "github-actions[bot]" <"41898282+github-actions[bot]@users.noreply.github.com"> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 113494f commit fc74cda

File tree

7 files changed

+25
-10
lines changed

7 files changed

+25
-10
lines changed

.changeset/wide-spies-kneel.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/askar-nodejs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @openwallet-foundation/askar-nodejs
22

3+
## 0.4.3
4+
5+
### Patch Changes
6+
7+
- 113494f: Added argon2 key derivation
8+
- Updated dependencies [113494f]
9+
- @openwallet-foundation/askar-shared@0.4.3
10+
311
## 0.4.2
412

513
### Patch Changes

packages/askar-nodejs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openwallet-foundation/askar-nodejs",
3-
"version": "0.4.2",
3+
"version": "0.4.3",
44
"license": "Apache-2.0",
55
"description": "Nodejs wrapper for Askar",
66
"main": "build/index",

packages/askar-react-native/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @openwallet-foundation/askar-react-native
22

3+
## 0.4.3
4+
5+
### Patch Changes
6+
7+
- 113494f: Added argon2 key derivation
8+
- Updated dependencies [113494f]
9+
- @openwallet-foundation/askar-shared@0.4.3
10+
311
## 0.4.2
412

513
### Patch Changes

packages/askar-react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openwallet-foundation/askar-react-native",
3-
"version": "0.4.2",
3+
"version": "0.4.3",
44
"license": "Apache-2.0",
55
"description": "React Native wrapper for Askar",
66
"main": "build/index",

packages/askar-shared/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @openwallet-foundation/askar-shared
22

3+
## 0.4.3
4+
5+
### Patch Changes
6+
7+
- 113494f: Added argon2 key derivation
8+
39
## 0.4.2
410

511
## 0.4.1

packages/askar-shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openwallet-foundation/askar-shared",
3-
"version": "0.4.2",
3+
"version": "0.4.3",
44
"license": "Apache-2.0",
55
"description": "Shared library for using Askar with NodeJS and React Native",
66
"main": "build/index",

0 commit comments

Comments
 (0)