Skip to content

Commit

Permalink
chore(main): release 1.1.60 (#701)
Browse files Browse the repository at this point in the history
  • Loading branch information
masterkain authored Aug 17, 2024
1 parent 8a76fee commit 822d9f1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.1.59"
".": "1.1.60"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.1.60](https://github.com/icoretech/airbroke/compare/v1.1.59...v1.1.60) (2024-08-17)


### Bug Fixes

* **.env.dist:** update AIRBROKE_OPENAI_ENGINE value to 'gpt-4o' for consistency ([8a76fee](https://github.com/icoretech/airbroke/commit/8a76fee2757af36a3655626b04b497fa2c17432c))
* **route.ts:** update default model value to 'gpt-4o' to match the .env configuration and ensure consistency ([8a76fee](https://github.com/icoretech/airbroke/commit/8a76fee2757af36a3655626b04b497fa2c17432c))

## [1.1.59](https://github.com/icoretech/airbroke/compare/v1.1.58...v1.1.59) (2024-08-17)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "airbroke",
"version": "1.1.59",
"version": "1.1.60",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit 822d9f1

Please sign in to comment.