Skip to content

Commit 69547ce

Browse files
chore(release): new version (#63)
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 39080f4 commit 69547ce

File tree

7 files changed

+19
-9
lines changed

7 files changed

+19
-9
lines changed

.changeset/red-deers-notice.md

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

packages/askar-nodejs/CHANGELOG.md

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

3+
## 0.4.2
4+
5+
### Patch Changes
6+
7+
- 3692a12: fix: memory leak from not freeing secret and encrypted buffers
8+
- @openwallet-foundation/askar-shared@0.4.2
9+
310
## 0.4.1
411

512
### 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.1",
3+
"version": "0.4.2",
44
"license": "Apache-2.0",
55
"description": "Nodejs wrapper for Askar",
66
"main": "build/index",

packages/askar-react-native/CHANGELOG.md

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

3+
## 0.4.2
4+
5+
### Patch Changes
6+
7+
- 3692a12: fix: memory leak from not freeing secret and encrypted buffers
8+
- @openwallet-foundation/askar-shared@0.4.2
9+
310
## 0.4.1
411

512
### 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.1",
3+
"version": "0.4.2",
44
"license": "Apache-2.0",
55
"description": "React Native wrapper for Askar",
66
"main": "build/index",

packages/askar-shared/CHANGELOG.md

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

3+
## 0.4.2
4+
35
## 0.4.1
46

57
### Patch Changes

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.1",
3+
"version": "0.4.2",
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)