Skip to content

Commit

Permalink
bump v8.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreJeanjacquot committed Oct 3, 2024
1 parent 24a33cf commit 326c4ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## Next
## [8.11.0] 2024-10-03

### Changed

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iexec",
"version": "8.10.1",
"version": "8.11.0",
"description": "iExec SDK",
"bin": {
"iexec": "./dist/esm/cli/cmd/iexec.js"
Expand Down
2 changes: 1 addition & 1 deletion src/common/generated/sdk/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// this file is auto generated do not edit it
/* eslint-disable */
export const name = "iexec";
export const version = "8.10.1";
export const version = "8.11.0";
export const description = "iExec SDK";
export default { name, version, description };

0 comments on commit 326c4ec

Please sign in to comment.