From 407abbfdc7ddadc143ad989e5e67f71c9bdf56c4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 21:26:38 +0000 Subject: [PATCH] chore(main): release 1.2.13 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c521154..79c63ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.13](https://github.com/fabianbormann/cardano-peer-connect/compare/v1.2.12...v1.2.13) (2023-08-07) + + +### Bug Fixes + +* update tracker list to wss and ws only items ([281724b](https://github.com/fabianbormann/cardano-peer-connect/commit/281724b88d093dc9e82181cfdf09128d193a57ce)) + ## [1.2.12](https://github.com/fabianbormann/cardano-peer-connect/compare/v1.2.11...v1.2.12) (2023-08-06) diff --git a/package-lock.json b/package-lock.json index 4f3525d..d80520a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@fabianbormann/cardano-peer-connect", - "version": "1.2.12", + "version": "1.2.13", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@fabianbormann/cardano-peer-connect", - "version": "1.2.12", + "version": "1.2.13", "license": "Apache-2.0", "dependencies": { "@basementuniverse/marble-identicons": "^0.1.2", diff --git a/package.json b/package.json index 7301039..12d1310 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fabianbormann/cardano-peer-connect", - "version": "1.2.12", + "version": "1.2.13", "description": "This library aims to provide an abstract class to simplify to wallet implementation for CIP-0045", "main": "dist/index.js", "module": "dist/index.js",