Skip to content

Commit 9885e67

Browse files
chore(main): release iapp 1.0.0-beta.4
1 parent c53efe5 commit 9885e67

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"api":"0.1.0","cli":"1.0.0-beta.3"}
1+
{"api":"0.1.0","cli":"1.0.0-beta.4"}

cli/CHANGELOG.md

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

3+
## [1.0.0-beta.4](https://github.com/iExecBlockchainComputing/iapp/compare/iapp-v1.0.0-beta.3...iapp-v1.0.0-beta.4) (2025-08-08)
4+
5+
6+
### Added
7+
8+
* add support for arbitrum-mainnet ([#221](https://github.com/iExecBlockchainComputing/iapp/issues/221)) ([60b339c](https://github.com/iExecBlockchainComputing/iapp/commit/60b339cb29df8f13922ccb9f48fd9bc5356bd252))
9+
* add support for arbitrum-mainnet (WIP) ([bdb5685](https://github.com/iExecBlockchainComputing/iapp/commit/bdb5685f8efe768036e2cd224587396f93e9b5e8))
10+
311
## [1.0.0-beta.3](https://github.com/iExecBlockchainComputing/iapp/compare/iapp-v1.0.0-beta.2...iapp-v1.0.0-beta.3) (2025-07-29)
412

513

cli/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.

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@iexec/iapp",
3-
"version": "1.0.0-beta.3",
3+
"version": "1.0.0-beta.4",
44
"description": "A CLI to guide you through the process of building an iExec iApp",
55
"main": "dist/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)