Skip to content

Commit

Permalink
chore(release): release 2.0.2
Browse files Browse the repository at this point in the history
## [2.0.2](v2.0.1...v2.0.2) (2023-06-22)

### Bug Fixes

* **docs:** Correct the required commands to run the nodejs + browser … ([#64](#64)) ([fec65fe](fec65fe))
* **docs:** Improve Generated documentation ([#65](#65)) ([db3c20e](db3c20e))
* Documentation improvements ([#62](#62)) ([6d43d03](6d43d03))

Signed-off-by: Francisco Javier Ribó Labrador <elribonazo@gmail.com>
  • Loading branch information
atala-dev authored and elribonazo committed May 2, 2024
1 parent a475e05 commit 7cf185a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [2.0.2](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/compare/v2.0.1...v2.0.2) (2023-06-22)


### Bug Fixes

* **docs:** Correct the required commands to run the nodejs + browser … ([#64](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/issues/64)) ([fec65fe](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/commit/fec65fe0f77657fab99c6e817c8ed31d729f0d2a))
* **docs:** Improve Generated documentation ([#65](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/issues/65)) ([db3c20e](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/commit/db3c20eeb081256dbe6931c3b34e4cc53c2039f7))
* Documentation improvements ([#62](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/issues/62)) ([6d43d03](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/commit/6d43d033d2bb3019c9fe4fa000cde6afbdccc8e2))

## [2.0.1](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/compare/v2.0.0...v2.0.1) (2023-05-31)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@input-output-hk/atala-prism-wallet-sdk",
"version": "2.0.1",
"version": "2.0.2",
"description": "PRISM typescript SDK",
"main": "build/node/index.js",
"browser": "build/browser/index.js",
Expand Down

0 comments on commit 7cf185a

Please sign in to comment.