Skip to content

Commit 410cd23

Browse files
chore(main): release dapp 1.0.0-alpha.4 (#91)
Co-authored-by: iexec-release-please-app[bot] <202620906+iexec-release-please-app[bot]@users.noreply.github.com>
1 parent ae57ff1 commit 410cd23

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-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
{
22
".": "0.1.0-alpha.7",
3-
"dapp": "1.0.0-alpha.3"
3+
"dapp": "1.0.0-alpha.4"
44
}

dapp/CHANGELOG.md

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

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

5+
## [1.0.0-alpha.4](https://github.com/iExecBlockchainComputing/web3telegram-sdk/compare/dapp-v1.0.0-alpha.3...dapp-v1.0.0-alpha.4) (2025-11-17)
6+
7+
8+
### Changed
9+
10+
* **dapp:** implement rate limiting to prevent 429 errors ([#90](https://github.com/iExecBlockchainComputing/web3telegram-sdk/issues/90)) ([ae57ff1](https://github.com/iExecBlockchainComputing/web3telegram-sdk/commit/ae57ff1a53d978ddc315392c409c50fc07fdc450))
11+
512
## [1.0.0-alpha.3](https://github.com/iExecBlockchainComputing/web3telegram-sdk/compare/dapp-v0.1.0-alpha.3...dapp-v1.0.0-alpha.3) (2025-11-10)
613

714

dapp/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.

dapp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dapp",
3-
"version": "1.0.0-alpha.3",
3+
"version": "1.0.0-alpha.4",
44
"main": "index.js",
55
"type": "module",
66
"engines": {

0 commit comments

Comments
 (0)