Skip to content

Commit

Permalink
Merge pull request #18 from fabianbormann/release-please--branches--m…
Browse files Browse the repository at this point in the history
…ain--components--cardano-peer-connect

chore(main): release 1.2.2
  • Loading branch information
fabianbormann authored Mar 16, 2023
2 parents f55df10 + bee3f57 commit 4f5fd75
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [1.2.2](https://github.com/fabianbormann/cardano-peer-connect/compare/v1.2.1...v1.2.2) (2023-03-16)


### Features

* Add autoConnect to ConnectMessage ([c9e4a89](https://github.com/fabianbormann/cardano-peer-connect/commit/c9e4a892acd8341777ccdae9e47b22c43c3a2224))
* Add dependency for marble-identicons ([9171d60](https://github.com/fabianbormann/cardano-peer-connect/commit/9171d602e5e613185600e090ae523a74f1ef5b69))
* Add identicon ([460d5c2](https://github.com/fabianbormann/cardano-peer-connect/commit/460d5c235ec5afecfa3e3cef6db1ffdbf7ad92fb))
* Add requestAutoconnect property ([82b104c](https://github.com/fabianbormann/cardano-peer-connect/commit/82b104c9d7738e2ef1ca8c48e337160395e29faf))
* Added autoconnect implementation ([e1067d2](https://github.com/fabianbormann/cardano-peer-connect/commit/e1067d27ff0dc9c7b95df16e8ef7fa7f965e97e8))

## [1.2.1](https://github.com/fabianbormann/cardano-peer-connect/compare/v1.2.0...v1.2.1) (2023-03-08)


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.1",
"version": "1.2.2",
"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 4f5fd75

Please sign in to comment.