From 623d4deaeeb3b5ed50cf139990e575758eaa88da Mon Sep 17 00:00:00 2001 From: "iexec-release-please-app[bot]" <202620906+iexec-release-please-app[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 12:46:46 +0000 Subject: [PATCH] chore(main): release iapp 1.1.0 --- .release-please-manifest.json | 2 +- cli/CHANGELOG.md | 7 +++++++ cli/package-lock.json | 4 ++-- cli/package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5978eb7d..63d74cf6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"api":"0.3.2","cli":"1.0.0"} +{"api":"0.3.2","cli":"1.1.0"} diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 99f1648f..9b9c40b2 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.0](https://github.com/iExecBlockchainComputing/iapp/compare/iapp-v1.0.0...iapp-v1.1.0) (2025-10-14) + + +### Added + +* 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)) + ## [1.0.0](https://github.com/iExecBlockchainComputing/iapp/compare/iapp-v1.0.0...iapp-v1.0.0) (2025-09-04) Initial stable release. diff --git a/cli/package-lock.json b/cli/package-lock.json index 6019722f..4105bac1 100644 --- a/cli/package-lock.json +++ b/cli/package-lock.json @@ -1,12 +1,12 @@ { "name": "@iexec/iapp", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@iexec/iapp", - "version": "1.0.0", + "version": "1.1.0", "license": "Apache-2.0", "dependencies": { "borsh": "^2.0.0", diff --git a/cli/package.json b/cli/package.json index 4246823b..805923f5 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@iexec/iapp", - "version": "1.0.0", + "version": "1.1.0", "description": "A CLI to guide you through the process of building an iExec iApp", "main": "dist/index.js", "type": "module",