diff --git a/code-review-gpt/CHANGELOG.md b/code-review-gpt/CHANGELOG.md new file mode 100644 index 00000000..ba743a8c --- /dev/null +++ b/code-review-gpt/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +## [0.2.0](https://github.com/mattzcarey/code-review-gpt/compare/v0.1.5...v0.2.0) (2024-01-03) + + +### Features + +* **constants.ts:** add support for Vue files in languageMap ([#312](https://github.com/mattzcarey/code-review-gpt/issues/312)) ([fe9431b](https://github.com/mattzcarey/code-review-gpt/commit/fe9431becd2cd5debdf05d08c4b64ecb837f647d)) +* remove dead code ([#303](https://github.com/mattzcarey/code-review-gpt/issues/303)) ([bf29301](https://github.com/mattzcarey/code-review-gpt/commit/bf29301c81230519d154b1f16180536fada46018)) + + +### Bug Fixes + +* Fix expandRange behavior for costOptimized reviewType ([#308](https://github.com/mattzcarey/code-review-gpt/issues/308)) ([8ada50e](https://github.com/mattzcarey/code-review-gpt/commit/8ada50e4f5129304330f98f4d9255304eabf21bb))