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] authored Sep 12, 2023
1 parent e4f935e commit 663e94e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions code-review-gpt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.0](https://github.com/mattzcarey/code-review-gpt/compare/v0.1.3...v0.2.0) (2023-09-12)


### Features

* move package ([#263](https://github.com/mattzcarey/code-review-gpt/issues/263)) ([254bd29](https://github.com/mattzcarey/code-review-gpt/commit/254bd29e2adaa047f47049952b960f52943cef32))

## [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.3",
"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 663e94e

Please sign in to comment.