From 78330882ccb6f87932a229f4dc002454da71c15f Mon Sep 17 00:00:00 2001 From: LukePetzer-ixo Date: Tue, 14 May 2024 10:46:28 +0200 Subject: [PATCH 1/2] fix: test ci --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c97157..2fa1bca 100644 --- a/README.md +++ b/README.md @@ -68,4 +68,4 @@ The server exposes a Graphql api endpoint at `/graphql` which is set up using [P A graphiql playground gets exposed at the endpoint `/graphiql` where you can play around, test queries and see the schemas. -We also generate and expose the full graphql schema file (schema.graphql) under the endpoint `/api/graphql_schema` if you need it to generate clients +We also generate and expose the full graphql schema file (schema.graphql) under the endpoint `/api/graphql_schema` if you need it to generate clients. From cbe01a3fb9f787fa176bf8a24c0e5421d10be4ae Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 14 May 2024 08:47:03 +0000 Subject: [PATCH 2/2] chore(release): 2.1.0-develop.6 [skip ci] ## [2.1.0-develop.6](https://github.com/ixofoundation/ixo-blocksync/compare/v2.1.0-develop.5...v2.1.0-develop.6) (2024-05-14) ### Bug Fixes * test ci ([7833088](https://github.com/ixofoundation/ixo-blocksync/commit/78330882ccb6f87932a229f4dc002454da71c15f)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 956a38f..e854dd8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ixo-blocksync", - "version": "2.1.0-develop.5", + "version": "2.1.0-develop.6", "description": "Syncs all the public info from an ixo blockchain to an instance of PostgresQL ", "main": "index.js", "scripts": {