Skip to content

Commit 6dba13e

Browse files
chore(main): release 1.3.0
1 parent d2888ac commit 6dba13e

4 files changed

Lines changed: 19 additions & 4 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.2.0"
2+
".": "1.3.0"
33
}

CHANGELOG.md

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

3+
## [1.3.0](https://github.com/jeremymcs/patchdeck/compare/v1.2.0...v1.3.0) (2026-05-25)
4+
5+
6+
### Features
7+
8+
* add repo agent instructions ([527a93d](https://github.com/jeremymcs/patchdeck/commit/527a93de373a124cb5000967bbb0057188697166))
9+
* add repo agent instructions ([24f3e4e](https://github.com/jeremymcs/patchdeck/commit/24f3e4e2495ebd25868274db94f36efaceb2a87f))
10+
11+
12+
### Bug Fixes
13+
14+
* count only open issues by default ([3d2dd8f](https://github.com/jeremymcs/patchdeck/commit/3d2dd8f9519a2f8dcc90743ffa1f37f217642ef3))
15+
* dedupe PatchDeck agent command comments ([1e51ea7](https://github.com/jeremymcs/patchdeck/commit/1e51ea71fb3b6bdae50b0b9415926048b5629b31))
16+
* hand off issue PRs to verification and babysitter ([26a92c3](https://github.com/jeremymcs/patchdeck/commit/26a92c3ec44420fb0912cb0ef71af5caa1162b81))
17+
318
## [1.2.0](https://github.com/jeremymcs/patchdeck/compare/patchdeck-v1.1.0...patchdeck-v1.2.0) (2026-05-21)
419

520

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jeremymcs/patchdeck",
3-
"version": "1.2.1",
3+
"version": "1.3.0",
44
"description": "Autonomous GitHub PR and issue workbench that watches repos, triages review feedback, and dispatches agents to fix code locally",
55
"keywords": [
66
"github",

0 commit comments

Comments
 (0)