Skip to content

Commit

Permalink
release: 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Sep 3, 2024
1 parent 4549dbc commit 05ed45b
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 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 @@
{
".": "0.7.0"
".": "0.7.1"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 0.7.1 (2024-09-03)

Full Changelog: [v0.7.0...v0.7.1](https://github.com/groq/groq-typescript/compare/v0.7.0...v0.7.1)

### Bug Fixes

* **client:** correct File construction from node-fetch Responses ([#125](https://github.com/groq/groq-typescript/issues/125)) ([4549dbc](https://github.com/groq/groq-typescript/commit/4549dbc1aa38627a44241f16c9c3a530f7b65de7))


### Chores

* **ci:** install deps via ./script/bootstrap ([#124](https://github.com/groq/groq-typescript/issues/124)) ([ac82a05](https://github.com/groq/groq-typescript/commit/ac82a0592c6ef06ad0fa8fb0e0ab99120170a56f))
* run tsc as part of lint script ([#122](https://github.com/groq/groq-typescript/issues/122)) ([640809c](https://github.com/groq/groq-typescript/commit/640809c9c58a5772c941982e036daa4f7ddd7766))

## 0.7.0 (2024-09-03)

Full Changelog: [v0.6.1...v0.7.0](https://github.com/groq/groq-typescript/compare/v0.6.1...v0.7.0)
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": "groq-sdk",
"version": "0.7.0",
"version": "0.7.1",
"description": "The official TypeScript library for the Groq API",
"author": "Groq <[email protected]>",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '0.7.0'; // x-release-please-version
export const VERSION = '0.7.1'; // x-release-please-version

0 comments on commit 05ed45b

Please sign in to comment.