Skip to content

Commit 50c2594

Browse files
chore(main): release 2.1.0 (#58)
Co-authored-by: iexec-release-please-app[bot] <202620906+iexec-release-please-app[bot]@users.noreply.github.com>
1 parent c7a2ad3 commit 50c2594

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"2.0.0"}
1+
{".":"2.1.0"}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [2.1.0](https://github.com/iExecBlockchainComputing/PoCo-subgraph/compare/v2.0.0...v2.1.0) (2025-10-29)
4+
5+
6+
### 🚀 Features
7+
8+
* add unit tests for Bulk and BulkSlice entities ([#59](https://github.com/iExecBlockchainComputing/PoCo-subgraph/issues/59)) ([a10d31f](https://github.com/iExecBlockchainComputing/PoCo-subgraph/commit/a10d31ffdc02de22b5ac768cb701fab5d2ad43be))
9+
* add usage tracking for `app` and `workerpool` ([#60](https://github.com/iExecBlockchainComputing/PoCo-subgraph/issues/60)) ([c7a2ad3](https://github.com/iExecBlockchainComputing/PoCo-subgraph/commit/c7a2ad30ae7124cd1efda74da6b08e8069ec524c))
10+
* index bulks ([#57](https://github.com/iExecBlockchainComputing/PoCo-subgraph/issues/57)) ([0462170](https://github.com/iExecBlockchainComputing/PoCo-subgraph/commit/0462170920a58416a2dc4260e1528e0e88adc036))
11+
312
## [2.0.0](https://github.com/iExecBlockchainComputing/PoCo-subgraph/compare/v1.1.0...v2.0.0) (2025-08-14)
413

514
### 🚀 Changes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@iexec/subgraph",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"author": "iExec",
55
"type": "module",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)