From 7b6c35be244794f949979ffd6e551b1c7666eaba Mon Sep 17 00:00:00 2001 From: "iexec-release-please-app[bot]" <202620906+iexec-release-please-app[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 16:28:36 +0000 Subject: [PATCH] chore(main): release 2.1.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3693e6f..4d7044e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"2.1.1"} +{".":"2.1.2"} diff --git a/CHANGELOG.md b/CHANGELOG.md index cf104a1..04f1cd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.1.2](https://github.com/iExecBlockchainComputing/PoCo-subgraph/compare/v2.1.1...v2.1.2) (2025-12-16) + + +### 🐞 Bug Fixes + +* allow updating start block with START_BLOCK env ([#67](https://github.com/iExecBlockchainComputing/PoCo-subgraph/issues/67)) ([0794cf8](https://github.com/iExecBlockchainComputing/PoCo-subgraph/commit/0794cf86a4af314eac9d78b74c31c307a4421f5c)) + ## [2.1.1](https://github.com/iExecBlockchainComputing/PoCo-subgraph/compare/v2.1.0...v2.1.1) (2025-11-10) diff --git a/package-lock.json b/package-lock.json index c684470..12c4324 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@iexec/subgraph", - "version": "2.1.1", + "version": "2.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@iexec/subgraph", - "version": "2.1.1", + "version": "2.1.2", "license": "Apache-2.0", "dependencies": { "@iexec/poco": "^5.5.0" diff --git a/package.json b/package.json index c787c33..00817dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@iexec/subgraph", - "version": "2.1.1", + "version": "2.1.2", "author": "iExec", "type": "module", "license": "Apache-2.0",