Skip to content

Commit db0ffa1

Browse files
chore(main): release 1.4.0
1 parent 07e4750 commit db0ffa1

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.3.0"
2+
".": "1.4.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.4.0](https://github.com/tokentopapp/plugin-sdk/compare/v1.3.0...v1.4.0) (2026-03-08)
4+
5+
6+
### Features
7+
8+
* add rateLimited and retryAfterMs to ProviderUsageData ([07e4750](https://github.com/tokentopapp/plugin-sdk/commit/07e47502173a3ff3de149112eef70d9d952e73b1))
9+
310
## [1.3.0](https://github.com/tokentopapp/plugin-sdk/compare/v1.2.0...v1.3.0) (2026-02-27)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tokentop/plugin-sdk",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "SDK for building tokentop plugins — providers, agents, themes, and notifications",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)