Skip to content

Commit

Permalink
chore(main): release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 27, 2023
1 parent 06aaee6 commit ff1217d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions code-review-gpt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.2.0](https://github.com/mattzcarey/code-review-gpt/compare/v0.1.5...v0.2.0) (2023-11-27)


### Features

* remove dead code ([#303](https://github.com/mattzcarey/code-review-gpt/issues/303)) ([bf29301](https://github.com/mattzcarey/code-review-gpt/commit/bf29301c81230519d154b1f16180536fada46018))


### Bug Fixes

* Fix expandRange behavior for costOptimized reviewType ([#308](https://github.com/mattzcarey/code-review-gpt/issues/308)) ([8ada50e](https://github.com/mattzcarey/code-review-gpt/commit/8ada50e4f5129304330f98f4d9255304eabf21bb))

## [0.1.0](https://github.com/mattzcarey/code-review-gpt/compare/v0.0.34...v0.1.0) (2023-08-16)

### Features
Expand Down
4 changes: 2 additions & 2 deletions code-review-gpt/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 code-review-gpt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "code-review-gpt",
"version": "0.1.5",
"version": "0.2.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

0 comments on commit ff1217d

Please sign in to comment.