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

## [0.1.9](https://github.com/vineethkrishnan/clearpr/compare/v0.1.8...v0.1.9) (2026-06-13)


### Features

* **ai-review:** add agent LLM provider backed by local Claude Code ([#93](https://github.com/vineethkrishnan/clearpr/issues/93)) ([078851a](https://github.com/vineethkrishnan/clearpr/commit/078851a5ec19f19adbc8288626e4f0477738a50b))


### CI/CD

* **deps-dev:** bump the development-dependencies group across 1 directory with 8 updates ([#90](https://github.com/vineethkrishnan/clearpr/issues/90)) ([fd26153](https://github.com/vineethkrishnan/clearpr/commit/fd261537329a842fb6e79edd824c5d6813e793a3))
* **deps:** bump the github-actions group with 2 updates ([#85](https://github.com/vineethkrishnan/clearpr/issues/85)) ([6a9ce12](https://github.com/vineethkrishnan/clearpr/commit/6a9ce126e4f3bc34ccfe7707e36f8088cbc5fcc9))
* **deps:** bump the production-dependencies group across 1 directory with 9 updates ([#91](https://github.com/vineethkrishnan/clearpr/issues/91)) ([ec43bfc](https://github.com/vineethkrishnan/clearpr/commit/ec43bfccbbd74251707103cf5fc8289a06e743e5))

## [0.1.8](https://github.com/vineethkrishnan/clearpr/compare/v0.1.7...v0.1.8) (2026-05-30)


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": "clearpr",
"version": "0.1.8",
"version": "0.1.9",
"description": "Self-hosted GitHub App that strips formatting noise from diffs and reviews code with AI",
"author": "Vineeth N K",
"private": true,
Expand Down
Loading