Skip to content

Commit b1354b9

Browse files
chore(main): release web3telegram 0.1.0-alpha.9 (#95)
Co-authored-by: iexec-release-please-app[bot] <202620906+iexec-release-please-app[bot]@users.noreply.github.com>
1 parent 49dfe33 commit b1354b9

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
".": "0.1.0-alpha.8",
2+
".": "0.1.0-alpha.9",
33
"dapp": "1.0.0-alpha.4"
44
}

CHANGELOG.md

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

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

5+
## [0.1.0-alpha.9](https://github.com/iExecBlockchainComputing/web3telegram-sdk/compare/web3telegram-v0.1.0-alpha.8...web3telegram-v0.1.0-alpha.9) (2025-12-03)
6+
7+
8+
### Changed
9+
10+
* disable lifecycle scripts for contributors and CI ([49dfe33](https://github.com/iExecBlockchainComputing/web3telegram-sdk/commit/49dfe33b0350d84e066715800fc5265c1caa0ef4))
11+
* security hardening ([#94](https://github.com/iExecBlockchainComputing/web3telegram-sdk/issues/94)) ([49dfe33](https://github.com/iExecBlockchainComputing/web3telegram-sdk/commit/49dfe33b0350d84e066715800fc5265c1caa0ef4))
12+
* update dependencies ([49dfe33](https://github.com/iExecBlockchainComputing/web3telegram-sdk/commit/49dfe33b0350d84e066715800fc5265c1caa0ef4))
13+
* use ethers methods from umbrella ([49dfe33](https://github.com/iExecBlockchainComputing/web3telegram-sdk/commit/49dfe33b0350d84e066715800fc5265c1caa0ef4))
14+
515
## [0.1.0-alpha.8](https://github.com/iExecBlockchainComputing/web3telegram-sdk/compare/web3telegram-v0.1.0-alpha.7...web3telegram-v0.1.0-alpha.8) (2025-11-20)
616

717

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/web3telegram",
3-
"version": "0.1.0-alpha.8",
3+
"version": "0.1.0-alpha.9",
44
"description": "Enables secure, blockchain-based messaging by encrypting Telegram user IDs for privacy. It lets users message Ethereum account holders without knowing their Telegram details.",
55
"main": "./dist/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)