From c42056d2c9b924f200f61085180445bb151d6048 Mon Sep 17 00:00:00 2001 From: "iexec-release-please-app[bot]" <202620906+iexec-release-please-app[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 10:26:44 +0000 Subject: [PATCH] chore(main): release 2.1.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6aa187e..3693e6f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"2.1.0"} +{".":"2.1.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a63daa..cf104a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [2.1.1](https://github.com/iExecBlockchainComputing/PoCo-subgraph/compare/v2.1.0...v2.1.1) (2025-11-10) + + +### 🐞 Bug Fixes + +* add missing fi statement and rename published image ([#64](https://github.com/iExecBlockchainComputing/PoCo-subgraph/issues/64)) ([adce9d6](https://github.com/iExecBlockchainComputing/PoCo-subgraph/commit/adce9d6864b343b8651b1d711d06d98e8aa6a445)) +* deployment ci for `bellecour` network ([#61](https://github.com/iExecBlockchainComputing/PoCo-subgraph/issues/61)) ([19d7658](https://github.com/iExecBlockchainComputing/PoCo-subgraph/commit/19d76589435cc081cabb612e2436c47a8bb774a6)) +* deployment scripts for consistency with versioning ([#63](https://github.com/iExecBlockchainComputing/PoCo-subgraph/issues/63)) ([7b1c57c](https://github.com/iExecBlockchainComputing/PoCo-subgraph/commit/7b1c57c9cfc09b1e72cbad0ef4ff618263a93a79)) +* format code ([#65](https://github.com/iExecBlockchainComputing/PoCo-subgraph/issues/65)) ([068fe2a](https://github.com/iExecBlockchainComputing/PoCo-subgraph/commit/068fe2a128ef672cf164578888337f81fa75348b)) +* update deployment environment option from 'production' to 'prod' ([#66](https://github.com/iExecBlockchainComputing/PoCo-subgraph/issues/66)) ([d9cc130](https://github.com/iExecBlockchainComputing/PoCo-subgraph/commit/d9cc1306f068e71237f7b16dd8147d2e34fa83e7)) + ## [2.1.0](https://github.com/iExecBlockchainComputing/PoCo-subgraph/compare/v2.0.0...v2.1.0) (2025-10-29) diff --git a/package-lock.json b/package-lock.json index 5ada252..c684470 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@iexec/subgraph", - "version": "2.1.0", + "version": "2.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@iexec/subgraph", - "version": "2.1.0", + "version": "2.1.1", "license": "Apache-2.0", "dependencies": { "@iexec/poco": "^5.5.0" diff --git a/package.json b/package.json index fb1a798..0c26971 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@iexec/subgraph", - "version": "2.1.0", + "version": "2.1.1", "author": "iExec", "type": "module", "license": "Apache-2.0",