Skip to content

Commit 3cd6865

Browse files
chore(release): new version (#29)
* 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 81d67fe commit 3cd6865

7 files changed

Lines changed: 43 additions & 14 deletions

File tree

.changeset/moody-rockets-roll.md

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

packages/anoncreds-nodejs/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @hyperledger/anoncreds-nodejs
22

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- 6694695: - Updated nodejs wrapper to support koffi
8+
- Include nodejs 24 support
9+
- Drop nodejs 18 support
10+
- Added `Nonce` class to generate a nonce
11+
- Now relying on vitest
12+
13+
### Patch Changes
14+
15+
- Updated dependencies [6694695]
16+
- @hyperledger/anoncreds-shared@0.4.0
17+
318
## 0.3.4
419

520
### Patch Changes

packages/anoncreds-nodejs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperledger/anoncreds-nodejs",
3-
"version": "0.3.4",
3+
"version": "0.4.0",
44
"license": "Apache-2.0",
55
"description": "Nodejs wrapper for Anoncreds",
66
"main": "build/index",

packages/anoncreds-react-native/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @hyperledger/anoncreds-react-native
22

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- 6694695: - Updated nodejs wrapper to support koffi
8+
- Include nodejs 24 support
9+
- Drop nodejs 18 support
10+
- Added `Nonce` class to generate a nonce
11+
- Now relying on vitest
12+
13+
### Patch Changes
14+
15+
- Updated dependencies [6694695]
16+
- @hyperledger/anoncreds-shared@0.4.0
17+
318
## 0.3.4
419

520
### Patch Changes

packages/anoncreds-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": "@hyperledger/anoncreds-react-native",
3-
"version": "0.3.4",
3+
"version": "0.4.0",
44
"license": "Apache-2.0",
55
"description": "React Native wrapper for Anoncreds",
66
"main": "build/index",

packages/anoncreds-shared/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @hyperledger/anoncreds-shared
22

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- 6694695: - Updated nodejs wrapper to support koffi
8+
- Include nodejs 24 support
9+
- Drop nodejs 18 support
10+
- Added `Nonce` class to generate a nonce
11+
- Now relying on vitest
12+
313
## 0.3.4
414

515
## 0.3.3

packages/anoncreds-shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperledger/anoncreds-shared",
3-
"version": "0.3.4",
3+
"version": "0.4.0",
44
"license": "Apache-2.0",
55
"description": "Anoncreds wrapper library with NodeJS and React Native",
66
"main": "src/index",

0 commit comments

Comments
 (0)