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 13, 2023
1 parent 0309c70 commit d7abcbb
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions code-review-gpt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

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


### Features

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


### Bug Fixes

* fixing eslint config ([d7c9937](https://github.com/mattzcarey/code-review-gpt/commit/d7c9937c1e062aa3416e35372b392da118ec2393))
* fixing linting errors ([53342d8](https://github.com/mattzcarey/code-review-gpt/commit/53342d83b157796474dfd577a5e867c5b1ee41a7))

## [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 d7abcbb

Please sign in to comment.