From 6df0d79823c319f2a13997953e78e948a9fda3d6 Mon Sep 17 00:00:00 2001 From: LukePetzer-ixo <158566348+LukePetzer-ixo@users.noreply.github.com> Date: Tue, 20 Aug 2024 10:01:03 +0200 Subject: [PATCH 1/3] fix: update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff249b5..2fa1bca 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ixo-blocksync +# ixo-blocksync [![ixo](https://img.shields.io/badge/ixo-project-blue)](https://ixo.foundation) [![GitHub](https://img.shields.io/github/stars/ixofoundation/jambo?style=social)](https://github.com/ixofoundation/ixo-blocksync) From c8cab6fc5a03a5fb0524da10ed564ac744b98a6f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 20 Aug 2024 08:01:32 +0000 Subject: [PATCH 2/3] chore(release): 2.1.1-develop.2 [skip ci] ## [2.1.1-develop.2](https://github.com/ixofoundation/ixo-blocksync/compare/v2.1.1-develop.1...v2.1.1-develop.2) (2024-08-20) ### Bug Fixes * update readme ([6df0d79](https://github.com/ixofoundation/ixo-blocksync/commit/6df0d79823c319f2a13997953e78e948a9fda3d6)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fa591a3..bdcf830 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ixo-blocksync", - "version": "2.1.1-develop.1", + "version": "2.1.1-develop.2", "description": "Syncs all the public info from an ixo blockchain to an instance of PostgresQL ", "main": "index.js", "scripts": { From b578a2943c1d5ecb86f0756885f1705d61dd5a55 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 20 Aug 2024 08:18:45 +0000 Subject: [PATCH 3/3] chore(release): 2.1.2-develop.1 [skip ci] ## [2.1.2-develop.1](https://github.com/ixofoundation/ixo-blocksync/compare/v2.1.1...v2.1.2-develop.1) (2024-08-20) ### Bug Fixes * update readme ([6df0d79](https://github.com/ixofoundation/ixo-blocksync/commit/6df0d79823c319f2a13997953e78e948a9fda3d6)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6a13f22..133db0d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ixo-blocksync", - "version": "2.1.1", + "version": "2.1.2-develop.1", "description": "Syncs all the public info from an ixo blockchain to an instance of PostgresQL ", "main": "index.js", "scripts": {