Skip to content

Commit

Permalink
chore(main): release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 6, 2023
1 parent 2203edc commit 8e42191
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions src/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,50 @@
# Changelog

## [0.2.0](https://github.com/mattzcarey/code-review-gpt/compare/v0.1.0...v0.2.0) (2023-09-06)


### Features

* Added C++ to languageMap ([#207](https://github.com/mattzcarey/code-review-gpt/issues/207)) ([9c3ef29](https://github.com/mattzcarey/code-review-gpt/commit/9c3ef29039da3186592d61f314cf07161fff247b))
* adding organization config ([7642cf8](https://github.com/mattzcarey/code-review-gpt/commit/7642cf8e5a02cc83b5cf1c3b96431ef50df588ff))
* basic linting fixes ([d98917b](https://github.com/mattzcarey/code-review-gpt/commit/d98917b2930605e01c9000860996b0d7e99c335a))
* fixing 'Unexpected lexical declaration in case block' err ([a08358f](https://github.com/mattzcarey/code-review-gpt/commit/a08358f004dd9ce4094a2a95a16ba513c2be4575))
* updating test object ([9e9f529](https://github.com/mattzcarey/code-review-gpt/commit/9e9f529f00b2f7d1b23a63b8c94a054bd219e9b0))
* using callModel func ([20be990](https://github.com/mattzcarey/code-review-gpt/commit/20be9901969e40be6f475bd42a54df4476ab649c))


### Bug Fixes

* adding extra lint ignore ([faf2b97](https://github.com/mattzcarey/code-review-gpt/commit/faf2b972db68597071fe01a30bc86552c8337c26))
* adding extra lint ignore ([9599af2](https://github.com/mattzcarey/code-review-gpt/commit/9599af2c304b3ef53e971121f691b4e5b9a72478))
* adding extra lint ignores ([39a0601](https://github.com/mattzcarey/code-review-gpt/commit/39a0601deaa4f7b3141ba1e4023ad2f7bf495e82))
* adding organization to test askAi ([2f8515a](https://github.com/mattzcarey/code-review-gpt/commit/2f8515a2c3868db8c2a3cb0e9c81dcb56fffcf23))
* adding return types ([2b61eb4](https://github.com/mattzcarey/code-review-gpt/commit/2b61eb41ffa1460befeaf0d8319a395f38911078))
* adding return types ([602172e](https://github.com/mattzcarey/code-review-gpt/commit/602172e4c7fbc8eb28d53871b47d1ad9bc328c9c))
* another === edit ([0dff79d](https://github.com/mattzcarey/code-review-gpt/commit/0dff79ddd6fd7d44a0464399e31b5d0f28db6a80))
* change to allow ci to be undefined ([fc863df](https://github.com/mattzcarey/code-review-gpt/commit/fc863dffd38a2671e4740f1dea96c02cf2942ea3))
* changing interfaces to types for consistency ([999913a](https://github.com/mattzcarey/code-review-gpt/commit/999913a46e4e9e952857b41b6e80899f638951eb))
* cr comment - changing isCi to platform ([e2c345f](https://github.com/mattzcarey/code-review-gpt/commit/e2c345f16e03d227b69e6e35a7d06f1862d56fb5))
* cr comment - gpt default change ([e73edae](https://github.com/mattzcarey/code-review-gpt/commit/e73edaea0b6a80c3b01bfa4f5620a6f09b57d014))
* cr comment- removing unused code ([7513c52](https://github.com/mattzcarey/code-review-gpt/commit/7513c520375322cb0f6b30a383debcfd036720cd))
* disabling complexity error ([bc594b0](https://github.com/mattzcarey/code-review-gpt/commit/bc594b0a312c4fee0faae7b2aa4774dd3b19a5a5))
* fixing ci err ([409e07b](https://github.com/mattzcarey/code-review-gpt/commit/409e07b83893b72d493c1ab12dabafdd0d4e1c75))
* fixing commentOnFile typing ([a85b8ca](https://github.com/mattzcarey/code-review-gpt/commit/a85b8cacc61e2ac939fe11a22dbb60bac5437b99))
* fixing GitHubRESTClient typing ([46453b9](https://github.com/mattzcarey/code-review-gpt/commit/46453b9c86519742f2680b7ebf64a50150629faf))
* fixing more async issues ([6687097](https://github.com/mattzcarey/code-review-gpt/commit/66870978ef36eee832fac7ae92750b1aba0a1fde))
* fixing more typesafety issues ([3037a29](https://github.com/mattzcarey/code-review-gpt/commit/3037a293d46fa545cac21805bdcd851035d9b9a7))
* fixing out of date code ([1b46475](https://github.com/mattzcarey/code-review-gpt/commit/1b46475241c7cbabd00ff721beb18f30a80ccca0))
* improved error message ([d381a47](https://github.com/mattzcarey/code-review-gpt/commit/d381a473e7e6768edf48bc1b9e6ed3808d06c9b8))
* making more functions async ([d7e082c](https://github.com/mattzcarey/code-review-gpt/commit/d7e082c2020ba0a1a7387238929a9a188863f235))
* remote review fetch private repository files ([#241](https://github.com/mattzcarey/code-review-gpt/issues/241)) ([2203edc](https://github.com/mattzcarey/code-review-gpt/commit/2203edc14e289de4ec75ad378abd5ba19dcb9a65))
* removing uneeded awaits ([ba4ec37](https://github.com/mattzcarey/code-review-gpt/commit/ba4ec37cb485395e00297de0de47ccabc2f75b79))
* removing unused imports ([9657bda](https://github.com/mattzcarey/code-review-gpt/commit/9657bda338fabf9a5c8f6112925b609a4fd04fa3))
* resolving parseAttributes types ([d1d72cb](https://github.com/mattzcarey/code-review-gpt/commit/d1d72cb2837930e76494b4aebc0d565d643d05eb))
* small coerce type change ([8823bbe](https://github.com/mattzcarey/code-review-gpt/commit/8823bbefab01d00cbb31da2179ad5bfe10e06f9b))
* small getGitHubEnvVariables change ([c7f3451](https://github.com/mattzcarey/code-review-gpt/commit/c7f345192c91e41082f7844b8ac26353e0a4e3de))
* temporary casting types fix ([1c18a32](https://github.com/mattzcarey/code-review-gpt/commit/1c18a32b1b2807e4d1c5a3abb44e13b5b4ae0812))
* trying to resolve ReviewArgs type issues ([77c57f4](https://github.com/mattzcarey/code-review-gpt/commit/77c57f4b5f81c498d97e2481a744209eed87a66a))

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


Expand Down

0 comments on commit 8e42191

Please sign in to comment.