Skip to content

Commit

Permalink
release: 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Oct 31, 2024
1 parent 60bdac7 commit 4d75fd5
Show file tree
Hide file tree
Showing 4 changed files with 23 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.8.0"
}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## 0.8.0 (2024-10-31)

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

### Features

* **api:** api update ([#127](https://github.com/groq/groq-typescript/issues/127)) ([98ba181](https://github.com/groq/groq-typescript/commit/98ba1819ddce479b0c0259a212b284b2d3acabcc))


### 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))
* GitHub Terraform: Create/Update .github/workflows/stale.yaml [skip ci] ([60bdac7](https://github.com/groq/groq-typescript/commit/60bdac766d3ade1816b40552c6c6b8ca6c8cc364))


### 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.8.0",
"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.8.0'; // x-release-please-version

0 comments on commit 4d75fd5

Please sign in to comment.