From 91e850de83aa0129a09cf061a7815b47dac827d6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 25 May 2024 21:01:25 +0000 Subject: [PATCH] chore(main): release 1.0.0 --- code-review-gpt/CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 code-review-gpt/CHANGELOG.md diff --git a/code-review-gpt/CHANGELOG.md b/code-review-gpt/CHANGELOG.md new file mode 100644 index 00000000..501ff31e --- /dev/null +++ b/code-review-gpt/CHANGELOG.md @@ -0,0 +1,19 @@ +# Changelog + +## 1.0.0 (2024-05-25) + + +### Features + +* **constants.ts:** add support for Vue files in languageMap ([#312](https://github.com/DCoinHub/code-review-gpt/issues/312)) ([fe9431b](https://github.com/DCoinHub/code-review-gpt/commit/fe9431becd2cd5debdf05d08c4b64ecb837f647d)) +* move package ([#263](https://github.com/DCoinHub/code-review-gpt/issues/263)) ([254bd29](https://github.com/DCoinHub/code-review-gpt/commit/254bd29e2adaa047f47049952b960f52943cef32)) +* remove dead code ([#303](https://github.com/DCoinHub/code-review-gpt/issues/303)) ([bf29301](https://github.com/DCoinHub/code-review-gpt/commit/bf29301c81230519d154b1f16180536fada46018)) +* use export urls ([887635f](https://github.com/DCoinHub/code-review-gpt/commit/887635fc493d5f72ab944707d66c6275687f3e8d)) + + +### Bug Fixes + +* Fix expandRange behavior for costOptimized reviewType ([#308](https://github.com/DCoinHub/code-review-gpt/issues/308)) ([8ada50e](https://github.com/DCoinHub/code-review-gpt/commit/8ada50e4f5129304330f98f4d9255304eabf21bb)) +* fixing eslint config ([d7c9937](https://github.com/DCoinHub/code-review-gpt/commit/d7c9937c1e062aa3416e35372b392da118ec2393)) +* fixing linting errors ([53342d8](https://github.com/DCoinHub/code-review-gpt/commit/53342d83b157796474dfd577a5e867c5b1ee41a7)) +* template paths ([#299](https://github.com/DCoinHub/code-review-gpt/issues/299)) ([42ab792](https://github.com/DCoinHub/code-review-gpt/commit/42ab7929082590d4ab3b22ca2d90a85f433a5c9f))