Skip to content

Commit c3fcfe7

Browse files
chore(release): 1.5.1 [skip ci]
## [1.5.1](v1.5.0...v1.5.1) (2026-03-02) ### Bug Fixes * bake version at build time and remove Playwright from login flow ([e6be1d5](e6be1d5)) * replace Playwright browser login with gh auth token ([77f2dee](77f2dee))
1 parent e6be1d5 commit c3fcfe7

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.5.1](https://github.com/Addono/gh-attach/compare/v1.5.0...v1.5.1) (2026-03-02)
2+
3+
4+
### Bug Fixes
5+
6+
* bake version at build time and remove Playwright from login flow ([e6be1d5](https://github.com/Addono/gh-attach/commit/e6be1d58c74664a8c2c4f37ea0d7794561047ec3))
7+
* replace Playwright browser login with gh auth token ([77f2dee](https://github.com/Addono/gh-attach/commit/77f2dee4406054937164cea2fb16b6ddea90f656))
8+
19
# [1.5.0](https://github.com/Addono/gh-attach/compare/v1.4.0...v1.5.0) (2026-03-02)
210

311

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": "@addono/gh-attach",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "CLI tool and MCP server for attaching images to GitHub issues, PRs, and comments",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)