Thanks to visit codestin.com
Credit goes to github.com

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 @@
{
".": "0.2.0"
".": "0.2.1"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.2.1](https://github.com/boadij/pi-killswitch/compare/v0.2.0...v0.2.1) (2026-06-08)


### Documentation

* add package banner image and update repository links ([32c2d0a](https://github.com/boadij/pi-killswitch/commit/32c2d0a31ff981b6883898094be3fec64b0e1671))


### Miscellaneous Chores

* configure release-please changelog sections and schema ([bca14e0](https://github.com/boadij/pi-killswitch/commit/bca14e0abbe69bb39dc21c61324a3be03e42f145))


### Code Style

* format package.test.ts ([23feb1f](https://github.com/boadij/pi-killswitch/commit/23feb1f1afde931e270d914cd61a05d7f8bea60a))

## [0.2.0](https://github.com/boadij/pi-killswitch/compare/v0.1.0...v0.2.0) (2026-06-08)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pi-killswitch",
"version": "0.2.0",
"version": "0.2.1",
"description": "Keep Pi runs controlled with automatic context-budget wrap-up and kill thresholds.",
"type": "module",
"files": [
Expand Down