Skip to content

Commit

Permalink
chore(main): release 1.1.63 (#774)
Browse files Browse the repository at this point in the history
  • Loading branch information
masterkain authored Sep 17, 2024
1 parent 7ea4166 commit f7f1f0d
Show file tree
Hide file tree
Showing 3 changed files with 9 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.62"
".": "1.1.63"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.1.63](https://github.com/icoretech/airbroke/compare/v1.1.62...v1.1.63) (2024-09-17)


### Features

* **route.ts:** refactor OpenAI integration to use @ai-sdk/openai for improved functionality and maintainability ([41fc5d5](https://github.com/icoretech/airbroke/commit/41fc5d5fb25ec7b89e54e792c7b12c50b0ce9359))

## [1.1.62](https://github.com/icoretech/airbroke/compare/v1.1.61...v1.1.62) (2024-09-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.62",
"version": "1.1.63",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit f7f1f0d

Please sign in to comment.