diff --git a/CHANGELOG.md b/CHANGELOG.md index 7223b0d..15d509d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index 660c6c1..98aab77 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@fabianbormann/cardano-peer-connect", - "version": "1.2.3", + "version": "1.2.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@fabianbormann/cardano-peer-connect", - "version": "1.2.3", + "version": "1.2.4", "license": "Apache-2.0", "dependencies": { "@basementuniverse/marble-identicons": "^0.1.2", diff --git a/package.json b/package.json index 80ab35a..810aef5 100644 --- a/package.json +++ b/package.json @@ -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",