From 9d147e08ccad5ceb621d0297a88965238f5d3dc1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 6 Apr 2023 13:05:49 +0000 Subject: [PATCH] chore(main): release 1.2.9 --- 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 bb02726..6af80ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.9](https://github.com/fabianbormann/cardano-peer-connect/compare/v1.2.8...v1.2.9) (2023-04-06) + + +### Bug Fixes + +* restore sync between package.json and lock file to make npm ci work again ([4adf3f4](https://github.com/fabianbormann/cardano-peer-connect/commit/4adf3f419709fe21a46860733824404f38390cfa)) + ## [1.2.8](https://github.com/fabianbormann/cardano-peer-connect/compare/v1.2.7...v1.2.8) (2023-04-03) diff --git a/package-lock.json b/package-lock.json index 5f7aa76..8f1dda8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@fabianbormann/cardano-peer-connect", - "version": "1.2.8", + "version": "1.2.9", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@fabianbormann/cardano-peer-connect", - "version": "1.2.8", + "version": "1.2.9", "license": "Apache-2.0", "dependencies": { "@basementuniverse/marble-identicons": "^0.1.2", diff --git a/package.json b/package.json index e14a655..4b47253 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fabianbormann/cardano-peer-connect", - "version": "1.2.8", + "version": "1.2.9", "description": "This library aims to provide an abstract class to simplify to wallet implementation for CIP-????", "main": "dist/index.js", "module": "dist/index.js",