From 794a4156431e6fb82871fa8cc441d1fe1a75d791 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 6 Aug 2023 05:44:51 +0000 Subject: [PATCH] chore(main): release 1.2.11 --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9b6d83..84aa52a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.2.11](https://github.com/fabianbormann/cardano-peer-connect/compare/v1.2.10...v1.2.11) (2023-08-06) + + +### Features + +* add gh pages deployment to track the version of future artifacs on a reachable place ([a170147](https://github.com/fabianbormann/cardano-peer-connect/commit/a170147158518d6b600509c988fbbee8ee02fece)) + + +### Bug Fixes + +* update dependencies to their latest versions ([5252325](https://github.com/fabianbormann/cardano-peer-connect/commit/5252325d83bfb483fcf331769140b82bade71c2d)) + ## [1.2.10](https://github.com/fabianbormann/cardano-peer-connect/compare/v1.2.9...v1.2.10) (2023-04-06) diff --git a/package-lock.json b/package-lock.json index a062731..385d988 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@fabianbormann/cardano-peer-connect", - "version": "1.2.10", + "version": "1.2.11", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@fabianbormann/cardano-peer-connect", - "version": "1.2.10", + "version": "1.2.11", "license": "Apache-2.0", "dependencies": { "@basementuniverse/marble-identicons": "^0.1.2", diff --git a/package.json b/package.json index 5672023..2822d2f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fabianbormann/cardano-peer-connect", - "version": "1.2.10", + "version": "1.2.11", "description": "This library aims to provide an abstract class to simplify to wallet implementation for CIP-????", "main": "dist/index.js", "module": "dist/index.js",