Skip to content

Commit 03a7761

Browse files
chore(main): release 1.2.0
1 parent eb7355b commit 03a7761

File tree

4 files changed

+22
-4
lines changed

4 files changed

+22
-4
lines changed

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [1.2.0](https://github.com/iExecBlockchainComputing/PoCo-subgraph/compare/v1.1.0...v1.2.0) (2025-08-14)
4+
5+
6+
### 🚀 Features
7+
8+
* add config for Arbitrum one deployment ([#54](https://github.com/iExecBlockchainComputing/PoCo-subgraph/issues/54)) ([a59e6fe](https://github.com/iExecBlockchainComputing/PoCo-subgraph/commit/a59e6fe49a182231a158fc12b95a7ebd867f9bbd))
9+
10+
11+
### ✨ Polish
12+
13+
* remove ERC1538 references and update related configurations ([#52](https://github.com/iExecBlockchainComputing/PoCo-subgraph/issues/52)) ([5bf8680](https://github.com/iExecBlockchainComputing/PoCo-subgraph/commit/5bf86802e562251cc1acdb832b371fd87a2db8df))
14+
15+
16+
### 🧰 Other
17+
18+
* **main:** release 2.0.0 ([#53](https://github.com/iExecBlockchainComputing/PoCo-subgraph/issues/53)) ([1d3d3f3](https://github.com/iExecBlockchainComputing/PoCo-subgraph/commit/1d3d3f353599ef37e3653922d43e5cace4aa2c98))
19+
* Prepare release ([#56](https://github.com/iExecBlockchainComputing/PoCo-subgraph/issues/56)) ([eb7355b](https://github.com/iExecBlockchainComputing/PoCo-subgraph/commit/eb7355be4b14cd83623b7f71fe341282d54ec037))
20+
321
## [2.0.0](https://github.com/iExecBlockchainComputing/PoCo-subgraph/compare/v1.1.0...v2.0.0) (2025-07-30)
422

523
### Added

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": "1.1.0",
3+
"version": "1.2.0",
44
"author": "iExec",
55
"type": "module",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)