Skip to content

Commit

Permalink
chore(main): release 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Mar 21, 2023
1 parent 1a7b1cf commit a7b9fa9
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.2.4](https://github.com/fabianbormann/cardano-peer-connect/compare/v1.2.3...v1.2.4) (2023-03-21)


### Features

* Add bidirectional connection ([9c34b9c](https://github.com/fabianbormann/cardano-peer-connect/commit/9c34b9ce84427d476db501225d041e0630646b90))
* Add useWalletDiscovery parameter ([5f657ee](https://github.com/fabianbormann/cardano-peer-connect/commit/5f657ee71c5f35a18af8144c9828f6c828b92b19))


### Bug Fixes

* inject wallet names in lowercase into the window.cardano object to prevent an odd behavior ([7cccc15](https://github.com/fabianbormann/cardano-peer-connect/commit/7cccc15c36843d1447365d1a1dac0e99214016a8))

## [1.2.3](https://github.com/fabianbormann/cardano-peer-connect/compare/v1.2.2...v1.2.3) (2023-03-17)

### Features
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": "@fabianbormann/cardano-peer-connect",
"version": "1.2.3",
"version": "1.2.4",
"description": "This library aims to provide an abstract class to simplify to wallet implementation for CIP-????",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down

0 comments on commit a7b9fa9

Please sign in to comment.