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 Oct 30, 2023
1 parent 4c7a89d commit 217db52
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-alpha](https://github.com/mattzcarey/code-review-gpt/compare/v0.1.4-alpha...v0.2.0-alpha) (2023-10-30)


### Features

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

## [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 217db52

Please sign in to comment.