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..f54b750 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [2.1.1](https://github.com/iExecBlockchainComputing/PoCo-subgraph/compare/v2.1.0...v2.1.1) (2025-10-31) + + +### 🐞 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)) + ## [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",