Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.1.0"
".": "1.2.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

## [1.2.0](https://github.com/tokentopapp/plugin-sdk/compare/v1.1.0...v1.2.0) (2026-02-27)


### Features

* add estimatedDaily/estimatedMonthly to ProviderUsageData cost ([87036d5](https://github.com/tokentopapp/plugin-sdk/commit/87036d521671243f6f51576e566013b84f546ee8))
* align theme types with core — flat ThemePlugin, ColorScheme exports ([c3b856b](https://github.com/tokentopapp/plugin-sdk/commit/c3b856b537dd720cf01d9d5041bc20e5b80976bd))


### Bug Fixes

* add bootstrap-sha to prevent stale changelog entries ([e654aad](https://github.com/tokentopapp/plugin-sdk/commit/e654aadad24efbecff3f5ebde646ba819605ad04))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tokentop/plugin-sdk",
"version": "1.1.0",
"version": "1.2.0",
"description": "SDK for building tokentop plugins — providers, agents, themes, and notifications",
"type": "module",
"main": "dist/index.js",
Expand Down