Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 0.2.0 #210

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.2.0](https://github.com/mattzcarey/code-review-gpt/compare/v0.1.10...v0.2.0) (2025-01-12)


### Features

* Add support for o1-preview model ([#353](https://github.com/mattzcarey/code-review-gpt/issues/353)) ([d0d8f7d](https://github.com/mattzcarey/code-review-gpt/commit/d0d8f7db0d3e6208ca2f001ca3e8f221d7274e6b))
* move to bun and structure output ([#364](https://github.com/mattzcarey/code-review-gpt/issues/364)) ([c042495](https://github.com/mattzcarey/code-review-gpt/commit/c0424952574493f2b35dc386e4d70f6425355407))


### Bug Fixes

* action.yml ([#365](https://github.com/mattzcarey/code-review-gpt/issues/365)) ([286aa0d](https://github.com/mattzcarey/code-review-gpt/commit/286aa0d7fe9fb0f7c91b34cde29500ccf29be2c8))
* change gpt model naming ([#362](https://github.com/mattzcarey/code-review-gpt/issues/362)) ([263dc3d](https://github.com/mattzcarey/code-review-gpt/commit/263dc3df92c692d3edc059713cd4654002d2fd08))

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

### Features
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "code-review-gpt",
"version": "0.1.11",
"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 Expand Up @@ -68,5 +68,7 @@
"npm-dts": "^1.3.12",
"typescript": "^5.1.6"
},
"files": ["dist/*"]
"files": [
"dist/*"
]
}
Loading