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

## [1.16.1](https://github.com/chrisleekr/github-app/compare/v1.16.0...v1.16.1) (2026-07-18)


### Bug Fixes

* **deps:** pin transitive adm-zip to 0.6.0 for CVE-2026-39244 ([#268](https://github.com/chrisleekr/github-app/issues/268)) ([a4db980](https://github.com/chrisleekr/github-app/commit/a4db980751eed6764373e503bafaf82efef73a87))

## [1.16.0](https://github.com/chrisleekr/github-app/compare/v1.15.0...v1.16.0) (2026-07-18)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@chrisleekr/github-app",
"description": "A GitHub App that listens for @chrisleekr-bot mentions on PRs and issues, then autonomously responds using the Claude Agent SDK (@anthropic-ai/claude-agent-sdk) with MCP servers",
"author": "Chris Lee <git@chrislee.kr>",
"version": "1.16.0",
"version": "1.16.1",
"main": "dist/app.js",
"bin": {
"github-app": "dist/app.js"
Expand Down
Loading