Skip to content

Commit

Permalink
chore(main): release 0.6.0 (#374)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 30, 2025
1 parent 760e830 commit ee949d9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.6.0](https://github.com/mattzcarey/code-review-gpt/compare/v0.5.0...v0.6.0) (2025-01-28)


### Features

* **azureai:** Add support for azure open Ai ([#377](https://github.com/mattzcarey/code-review-gpt/issues/377)) ([989c26a](https://github.com/mattzcarey/code-review-gpt/commit/989c26ae511ef35f03545a836f00984979a9a673))
* use picocolors and tinyglobby and biome check fix ([#375](https://github.com/mattzcarey/code-review-gpt/issues/375)) ([760e830](https://github.com/mattzcarey/code-review-gpt/commit/760e830e200f7d88687b3b3e79497efe9badc058))


### Bug Fixes

* release-package workflow ([e7cb470](https://github.com/mattzcarey/code-review-gpt/commit/e7cb470b72f7023593759a925a652bf50ed165c6))

## [0.5.0](https://github.com/mattzcarey/code-review-gpt/compare/v0.4.0...v0.5.0) (2025-01-14)


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.5.0",
"version": "0.6.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 @@ -66,5 +66,7 @@
"npm-dts": "^1.3.12",
"typescript": "^5.1.6"
},
"files": ["dist/*"]
"files": [
"dist/*"
]
}

0 comments on commit ee949d9

Please sign in to comment.