Skip to content

Commit ff861a3

Browse files
chore: release @credo-ts/react-hooks 0.6.0 (#243)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2e1fda8 commit ff861a3

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

packages/react-hooks/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [0.6.0](https://www.github.com/openwallet-foundation/credo-ts-ext/compare/react-hooks-v0.5.0...react-hooks-v0.6.0) (2024-03-14)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* update to credo 0.5 stable (#250)
9+
* update to credo 0.5 (#239)
10+
11+
### Features
12+
13+
* **hooks:** added proof and credential format data hooks ([#231](https://www.github.com/openwallet-foundation/credo-ts-ext/issues/231)) ([d03be3b](https://www.github.com/openwallet-foundation/credo-ts-ext/commit/d03be3bb5b5a448c30f3124bd6295bd678cf84ff))
14+
15+
16+
### Miscellaneous Chores
17+
18+
* update to credo 0.5 ([#239](https://www.github.com/openwallet-foundation/credo-ts-ext/issues/239)) ([16e44ec](https://www.github.com/openwallet-foundation/credo-ts-ext/commit/16e44ec3134bf401bc98e89918a3cc5d223f90d6))
19+
* update to credo 0.5 stable ([#250](https://www.github.com/openwallet-foundation/credo-ts-ext/issues/250)) ([2e1fda8](https://www.github.com/openwallet-foundation/credo-ts-ext/commit/2e1fda896d166306dc051284e7c8016cd8111f1d))
20+
321
## [0.5.0](https://www.github.com/hyperledger/aries-framework-javascript-ext/compare/react-hooks-v0.4.2...react-hooks-v0.5.0) (2023-06-29)
422

523

packages/react-hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@credo-ts/react-hooks",
33
"main": "build/index",
44
"types": "build/index",
5-
"version": "0.5.0",
5+
"version": "0.6.0",
66
"files": [
77
"build"
88
],

0 commit comments

Comments
 (0)