Skip to content

Commit a74f49e

Browse files
heap
2 parents 80d79a2 + 1c18cc1 commit a74f49e

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
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"}
1+
{"api":"0.3.2","cli":"1.1.0"}

cli/CHANGELOG.md

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

3+
## [1.1.0](https://github.com/iExecBlockchainComputing/iapp/compare/iapp-v1.0.0...iapp-v1.1.0) (2025-10-14)
4+
5+
6+
### Added
7+
8+
* Migrate `arbitrum-sepolia-testnet` from experimental to non-experimental network ([#242](https://github.com/iExecBlockchainComputing/iapp/issues/242)) ([730c49b](https://github.com/iExecBlockchainComputing/iapp/commit/730c49b6a623b3efd7a095a11f50169d000c17d6))
9+
310
## [1.0.0](https://github.com/iExecBlockchainComputing/iapp/compare/iapp-v1.0.0...iapp-v1.0.0) (2025-09-04)
411

512
Initial stable release.

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",
3+
"version": "1.1.0",
44
"description": "A CLI to guide you through the process of building an iExec iApp",
55
"main": "dist/index.js",
66
"type": "module",

cli/src/cmd/mock-protected-data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export async function mockProtectedData() {
2727
type: 'text',
2828
name: 'key',
2929
message:
30-
'Protected Data is an object holding different asset types (email, passport, ID, etc.). Define a key to access it?',
30+
"Protected Data is an object holding different asset types (email, passport, ID, etc.). Define a key to access it? (use '.' to access nested keys)",
3131
});
3232

3333
// check key is valid

0 commit comments

Comments
 (0)