diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4d7044e..dd79aba 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"2.1.2"} +{".":"2.1.3"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 04f1cd6..614cbf1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.1.3](https://github.com/iExecBlockchainComputing/PoCo-subgraph/compare/v2.1.2...v2.1.3) (2026-08-14) + + +### 🧰 Other + +* remove deprecated deploy-subgraph workflow ([#69](https://github.com/iExecBlockchainComputing/PoCo-subgraph/issues/69)) ([167b03f](https://github.com/iExecBlockchainComputing/PoCo-subgraph/commit/167b03f853999017dcd92881047b1d04d11d6442)) + ## [2.1.2](https://github.com/iExecBlockchainComputing/PoCo-subgraph/compare/v2.1.1...v2.1.2) (2025-12-16) diff --git a/package-lock.json b/package-lock.json index 12c4324..d40d653 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@iexec/subgraph", - "version": "2.1.2", + "version": "2.1.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@iexec/subgraph", - "version": "2.1.2", + "version": "2.1.3", "license": "Apache-2.0", "dependencies": { "@iexec/poco": "^5.5.0" diff --git a/package.json b/package.json index 5d0e1e2..1b4002d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@iexec/subgraph", - "version": "2.1.2", + "version": "2.1.3", "author": "iExec", "type": "module", "license": "Apache-2.0",