Skip to content

Commit

Permalink
chore(main): release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 14, 2025
1 parent c99cd02 commit 703af1f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.5.0](https://github.com/mattzcarey/code-review-gpt/compare/v0.4.0...v0.5.0) (2025-01-14)


### Features

* update review prompt to focus on negative aspects of code ([#371](https://github.com/mattzcarey/code-review-gpt/issues/371)) ([66a6208](https://github.com/mattzcarey/code-review-gpt/commit/66a6208a36367dc1fe3705f12c96e0612a6186b0))


### Bug Fixes

* escape file names in git diff commands for better compatibility ([#370](https://github.com/mattzcarey/code-review-gpt/issues/370)) ([c99cd02](https://github.com/mattzcarey/code-review-gpt/commit/c99cd02a70a46abed54b930ce42d5b352781fcde))

## [0.4.0](https://github.com/mattzcarey/code-review-gpt/compare/v0.3.0...v0.4.0) (2025-01-12)


Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "code-review-gpt",
"version": "0.4.0",
"version": "0.5.0",
"description": "Your AI code reviewer. Improve code quality and catch bugs before you break production",
"bin": {
"code-review-gpt": "./dist/index.js"
Expand Down Expand Up @@ -65,5 +65,7 @@
"npm-dts": "^1.3.12",
"typescript": "^5.1.6"
},
"files": ["dist/*"]
"files": [
"dist/*"
]
}

0 comments on commit 703af1f

Please sign in to comment.