Skip to content

Commit

Permalink
chore: update versions (#13)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
zaripych and github-actions[bot] authored Jan 8, 2024
1 parent 9131738 commit 671d221
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 17 deletions.
6 changes: 0 additions & 6 deletions .changeset/cool-pumpkins-drum.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gold-hairs-share.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-walls-add.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/refactor-bot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# refactor-bot

## 0.0.2

### Patch Changes

- [#12](https://github.com/zaripych/gpt-refactor-bot/pull/12) [`9131738`](https://github.com/zaripych/gpt-refactor-bot/commit/9131738de755f931fb02b21167bd500ff5ecf05c) Thanks [@zaripych](https://github.com/zaripych)! - fix: sanitize results of the function calls when they fail removing full paths to repository

- [#12](https://github.com/zaripych/gpt-refactor-bot/pull/12) [`9131738`](https://github.com/zaripych/gpt-refactor-bot/commit/9131738de755f931fb02b21167bd500ff5ecf05c) Thanks [@zaripych](https://github.com/zaripych)! - fix: default to gpt-3.5-turbo-1106 in the config

- [#12](https://github.com/zaripych/gpt-refactor-bot/pull/12) [`9131738`](https://github.com/zaripych/gpt-refactor-bot/commit/9131738de755f931fb02b21167bd500ff5ecf05c) Thanks [@zaripych](https://github.com/zaripych)! - fix: fail at the start of the refactor when prettier cannot be found

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/refactor-bot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "refactor-bot",
"version": "0.0.1",
"version": "0.0.2",
"description": "Refactor your codebase using ChatGPT, ts-morph and Plan and Execute techniques",
"keywords": [
"gpt",
Expand Down

0 comments on commit 671d221

Please sign in to comment.