Skip to content

Commit

Permalink
bump v8.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreJeanjacquot committed Jul 24, 2024
1 parent bac6a7f commit 9ad3451
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.10.0] 2024-07-24

### Added

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.9.1",
"version": "8.10.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.9.1";
export const version = "8.10.0";
export const description = "iExec SDK";
export default { name, version, description };

0 comments on commit 9ad3451

Please sign in to comment.