Skip to content

Commit 5f6cb37

Browse files
chore(master): release 8.19.0 (#465)
Co-authored-by: iexec-release-please-app[bot] <202620906+iexec-release-please-app[bot]@users.noreply.github.com>
1 parent 5e1c880 commit 5f6cb37

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"8.18.0"}
1+
{".":"8.19.0"}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

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

5+
## [8.19.0](https://github.com/iExecBlockchainComputing/iexec-sdk/compare/v8.18.0...v8.19.0) (2025-10-02)
6+
7+
8+
### Added
9+
10+
* allow searching apporders and datasetorders by asset owner ([#466](https://github.com/iExecBlockchainComputing/iexec-sdk/issues/466)) ([5e1c880](https://github.com/iExecBlockchainComputing/iexec-sdk/commit/5e1c880b2d966c07d58caf61cacfc4f31d766b75))
11+
12+
13+
### Changed
14+
15+
* improve maintainability ([#467](https://github.com/iExecBlockchainComputing/iexec-sdk/issues/467)) ([4b02cd5](https://github.com/iExecBlockchainComputing/iexec-sdk/commit/4b02cd5d4a3c6746e57721e074e70543efdcc76d))
16+
* typing issue on getSignerFromPrivateKey, providers option is optional ([#464](https://github.com/iExecBlockchainComputing/iexec-sdk/issues/464)) ([819bd1a](https://github.com/iExecBlockchainComputing/iexec-sdk/commit/819bd1a56dc68543230d5c899d54a9c874029429))
17+
518
## [8.18.0](https://github.com/iExecBlockchainComputing/iexec-sdk/compare/v8.17.1...v8.18.0) (2025-08-06)
619

720

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

0 commit comments

Comments
 (0)