Skip to content

Commit 10f1c5d

Browse files
chore(main): release 1.3.0
1 parent 6ff9047 commit 10f1c5d

3 files changed

Lines changed: 22 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.2.0"
2+
".": "1.3.0"
33
}

CHANGELOG.md

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

3+
## [1.3.0](https://github.com/tokentopapp/plugin-sdk/compare/v1.2.0...v1.3.0) (2026-02-27)
4+
5+
6+
### Features
7+
8+
* add estimatedDaily/estimatedMonthly to ProviderUsageData cost ([87036d5](https://github.com/tokentopapp/plugin-sdk/commit/87036d521671243f6f51576e566013b84f546ee8))
9+
* add optional header title split colors and make family optional ([cd1075b](https://github.com/tokentopapp/plugin-sdk/commit/cd1075b08286ab4e22b6d401e934097cddf741e4))
10+
* align theme types with core — flat ThemePlugin, ColorScheme exports ([c3b856b](https://github.com/tokentopapp/plugin-sdk/commit/c3b856b537dd720cf01d9d5041bc20e5b80976bd))
11+
* initial plugin-sdk scaffolding ([7960c97](https://github.com/tokentopapp/plugin-sdk/commit/7960c977f14c48e52a03a1c41782de15d2b08c87))
12+
13+
14+
### Bug Fixes
15+
16+
* add bootstrap-sha to prevent stale changelog entries ([e654aad](https://github.com/tokentopapp/plugin-sdk/commit/e654aadad24efbecff3f5ebde646ba819605ad04))
17+
* add providerAliases to PluginMeta for cross-ID resolution ([87eaa2f](https://github.com/tokentopapp/plugin-sdk/commit/87eaa2f1e4d34a1ec8796e5a62e708ce8a5530a0))
18+
* add publishConfig.access public for scoped npm package ([cf31c46](https://github.com/tokentopapp/plugin-sdk/commit/cf31c461ca28d9e6830467b14367f04604946323))
19+
* drop --splitting from build to avoid bun duplicate export bug and align agent types ([845d068](https://github.com/tokentopapp/plugin-sdk/commit/845d068b782a2ded8207a2676a9bfa96a418a319))
20+
* set npm publish access to public for scoped package ([75169ba](https://github.com/tokentopapp/plugin-sdk/commit/75169ba6b8a166b88ad9449ecddae30ab1ca6fda))
21+
* update tests and docs for name on BasePlugin ([cd828fa](https://github.com/tokentopapp/plugin-sdk/commit/cd828fa1833464fda063d2c24afb6790a501265e))
22+
323
## [1.2.0](https://github.com/tokentopapp/plugin-sdk/compare/v1.1.0...v1.2.0) (2026-02-27)
424

525

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.2.0",
3+
"version": "1.3.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)