Skip to content

Commit cf49464

Browse files
chore(main): release dataprotector 2.0.0-beta.23 (#542)
Co-authored-by: iexec-release-please-app[bot] <202620906+iexec-release-please-app[bot]@users.noreply.github.com>
1 parent b212191 commit cf49464

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"packages/sdk": "2.0.0-beta.22",
2+
"packages/sdk": "2.0.0-beta.23",
33
"packages/subgraph": "3.1.1",
44
"packages/smart-contract": "0.2.0",
55
"packages/sharing-smart-contract": "3.0.0"

packages/sdk/CHANGELOG.md

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

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

5+
## [2.0.0-beta.23](https://github.com/iExecBlockchainComputing/dataprotector-sdk/compare/dataprotector-v2.0.0-beta.22...dataprotector-v2.0.0-beta.23) (2025-12-02)
6+
7+
8+
### Changed
9+
10+
* disable lifecycle scripts for contributors and CI ([b212191](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/b212191f53bd2315cc524db67ac7ff5a8a505467))
11+
* security hardening ([#541](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/541)) ([b212191](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/b212191f53bd2315cc524db67ac7ff5a8a505467))
12+
* update dependencies ([b212191](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/b212191f53bd2315cc524db67ac7ff5a8a505467))
13+
514
## [2.0.0-beta.22](https://github.com/iExecBlockchainComputing/dataprotector-sdk/compare/dataprotector-v2.0.0-beta.21...dataprotector-v2.0.0-beta.22) (2025-11-20)
615

716

packages/sdk/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.

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@iexec/dataprotector",
3-
"version": "2.0.0-beta.22",
3+
"version": "2.0.0-beta.23",
44
"description": "This product enables users to confidentially store data–such as mail address, documents, personal information ...",
55
"type": "module",
66
"types": "dist/src/index.d.ts",

0 commit comments

Comments
 (0)