Skip to content

Commit 2aedaa8

Browse files
committed
chore(main): release 1.17.1
1 parent f4b8f03 commit 2aedaa8

3 files changed

Lines changed: 9 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.17.0"
2+
".": "1.17.1"
33
}

CHANGELOG.md

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

3+
## [1.17.1](https://github.com/chrisleekr/github-app/compare/v1.17.0...v1.17.1) (2026-09-04)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** clear the orchestrator image's HIGH CVE findings ([#295](https://github.com/chrisleekr/github-app/issues/295)) ([f4b8f03](https://github.com/chrisleekr/github-app/commit/f4b8f03c0ebe186a7b1b9331e8aaee0a994b37e6))
9+
310
## [1.17.0](https://github.com/chrisleekr/github-app/compare/v1.16.1...v1.17.0) (2026-09-02)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@chrisleekr/github-app",
33
"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",
44
"author": "Chris Lee <git@chrislee.kr>",
5-
"version": "1.17.0",
5+
"version": "1.17.1",
66
"main": "dist/app.js",
77
"bin": {
88
"github-app": "dist/app.js"

0 commit comments

Comments
 (0)