Skip to content

Commit 5e46529

Browse files
chore(main): release 1.1.1
1 parent e654aad commit 5e46529

3 files changed

Lines changed: 10 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.1.0"
2+
".": "1.1.1"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [1.1.1](https://github.com/tokentopapp/plugin-sdk/compare/v1.1.0...v1.1.1) (2026-02-27)
4+
5+
6+
### Bug Fixes
7+
8+
* add bootstrap-sha to prevent stale changelog entries ([e654aad](https://github.com/tokentopapp/plugin-sdk/commit/e654aadad24efbecff3f5ebde646ba819605ad04))

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