Skip to content

Commit

Permalink
bump: 0.1.9 (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattzcarey authored Jul 27, 2024
1 parent a2bc813 commit 2074d77
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions action.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fetch-depth: 0

- name: Code Review GPT
uses: mattzcarey/[email protected].8
uses: mattzcarey/[email protected].9
with:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
MODEL: 'gpt-4o'
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
fetch-depth: 0

- name: Code Review GPT
uses: mattzcarey/[email protected].8
uses: mattzcarey/[email protected].9
with:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
MODEL: 'gpt-4o'
Expand Down
4 changes: 2 additions & 2 deletions packages/code-review-gpt/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion packages/code-review-gpt/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
{
"name": "code-review-gpt",
"version": "0.1.8",
"version": "0.1.9",
"description": "Your AI code reviewer. Improve code quality and catch bugs before you break production",
"bin": {
"code-review-gpt": "./dist/index.js"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/mattzcarey/code-review-gpt"
},
"scripts": {
"lint-fix": "eslint . --ext=js,ts,tsx --fix",
"lint-test": "eslint . --ext=js,ts",
Expand Down

0 comments on commit 2074d77

Please sign in to comment.