Skip to content

Commit

Permalink
chore(main): release 0.2.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 4, 2023
1 parent 42ab792 commit 356dc12
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-alpha](https://github.com/mattzcarey/code-review-gpt/compare/v0.1.4-alpha...v0.2.0-alpha) (2023-11-04)


### Features

* use export urls ([887635f](https://github.com/mattzcarey/code-review-gpt/commit/887635fc493d5f72ab944707d66c6275687f3e8d))


### Bug Fixes

* template paths ([#299](https://github.com/mattzcarey/code-review-gpt/issues/299)) ([42ab792](https://github.com/mattzcarey/code-review-gpt/commit/42ab7929082590d4ab3b22ca2d90a85f433a5c9f))

## [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-alpha",
"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 356dc12

Please sign in to comment.