Skip to content

Commit

Permalink
chore: release @credo-ts/react-hooks 0.6.0 (#243)
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Mar 14, 2024
1 parent 2e1fda8 commit ff861a3
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions packages/react-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [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)


### ⚠ BREAKING CHANGES

* update to credo 0.5 stable (#250)
* update to credo 0.5 (#239)

### Features

* **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))


### Miscellaneous Chores

* 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))
* 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))

## [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)


Expand Down
2 changes: 1 addition & 1 deletion packages/react-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@credo-ts/react-hooks",
"main": "build/index",
"types": "build/index",
"version": "0.5.0",
"version": "0.6.0",
"files": [
"build"
],
Expand Down

0 comments on commit ff861a3

Please sign in to comment.