Skip to content

Commit c243e60

Browse files
chore: bump v8.15.0
1 parent fc09fe1 commit c243e60

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## NEXT
5+
## [8.15.0] 2025-04-10
66

77
### Added
88

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",
3-
"version": "8.14.1",
3+
"version": "8.15.0",
44
"description": "iExec SDK",
55
"bin": {
66
"iexec": "./dist/esm/cli/cmd/iexec.js"

src/common/generated/sdk/package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// this file is auto generated do not edit it
22
export const name = "iexec";
3-
export const version = "8.14.1";
3+
export const version = "8.15.0";
44
export const description = "iExec SDK";
55
export default { name, version, description };

0 commit comments

Comments
 (0)