Skip to content

Commit 077f43c

Browse files
chore(main): release iapp 1.0.0-beta.6
1 parent 9c37c11 commit 077f43c

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-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.3.2","cli":"1.0.0-beta.5"}
1+
{"api":"0.3.2","cli":"1.0.0-beta.6"}

cli/CHANGELOG.md

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

3+
## [1.0.0-beta.6](https://github.com/iExecBlockchainComputing/iapp/compare/iapp-v1.0.0-beta.5...iapp-v1.0.0-beta.6) (2025-08-21)
4+
5+
6+
### Added
7+
8+
* improve --chain option help message to include config file name and default chain ([#231](https://github.com/iExecBlockchainComputing/iapp/issues/231)) ([d671467](https://github.com/iExecBlockchainComputing/iapp/commit/d671467739dc60f4f09ef044d608dc4b64b56c1f))
9+
10+
11+
### Changed
12+
13+
* stop blocking iapp deploy when RLC balance is empty ([#236](https://github.com/iExecBlockchainComputing/iapp/issues/236)) ([9c37c11](https://github.com/iExecBlockchainComputing/iapp/commit/9c37c11690367e887512113e93404d918b2f9943))
14+
315
## [1.0.0-beta.5](https://github.com/iExecBlockchainComputing/iapp/compare/iapp-v1.0.0-beta.4...iapp-v1.0.0-beta.5) (2025-08-21)
416

517

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.5",
3+
"version": "1.0.0-beta.6",
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)