Skip to content

Commit

Permalink
chore(main): release 0.1.0 (#122)
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] committed Aug 16, 2023
1 parent 40c321f commit 62044eb
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

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


### Features

* add demo prompt for code snippet ([3bf76bf](https://github.com/mattzcarey/code-review-gpt/commit/3bf76bfb3bcdfd6e328c5e53d511a8c00aef253d))
* docs on how to set up gitlab access token ([a9643f2](https://github.com/mattzcarey/code-review-gpt/commit/a9643f2b5b973597ca422273c2d3fc742b6c1758))
* make review function return feedback ([c58fcee](https://github.com/mattzcarey/code-review-gpt/commit/c58fcee62942373f649b0a955a89716bd7560721))
* pass OpenAIApiKey as a parameter in lambdas instead of taking from process.env ([ba47456](https://github.com/mattzcarey/code-review-gpt/commit/ba47456e0ef85ab1637233b545f77c679af5c537))


### Bug Fixes

* do not add file to prompt if only removed lines ([#174](https://github.com/mattzcarey/code-review-gpt/issues/174)) ([a33f49a](https://github.com/mattzcarey/code-review-gpt/commit/a33f49a11bcb42327ef66b13eb8046f967046492))

0 comments on commit 62044eb

Please sign in to comment.