Skip to content

Commit 2b4bc70

Browse files
Merge pull request #51 from fabianbormann/release-please--branches--main--components--cardano-peer-connect
chore(main): release 1.2.12
2 parents a313395 + 04d6336 commit 2b4bc70

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.2.12](https://github.com/fabianbormann/cardano-peer-connect/compare/v1.2.11...v1.2.12) (2023-08-06)
4+
5+
6+
### Bug Fixes
7+
8+
* update meerkat version to solve non-base58 character error, update tracker array ([a37fb53](https://github.com/fabianbormann/cardano-peer-connect/commit/a37fb53a9e5cb7761d930d8f28f21242d8440be0))
9+
310
## [1.2.11](https://github.com/fabianbormann/cardano-peer-connect/compare/v1.2.10...v1.2.11) (2023-08-06)
411

512

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fabianbormann/cardano-peer-connect",
3-
"version": "1.2.11",
3+
"version": "1.2.12",
44
"description": "This library aims to provide an abstract class to simplify to wallet implementation for CIP-0045",
55
"main": "dist/index.js",
66
"module": "dist/index.js",

0 commit comments

Comments
 (0)