Skip to content

Commit

Permalink
release: 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored May 15, 2024
1 parent bc8ce89 commit 99c527b
Show file tree
Hide file tree
Showing 4 changed files with 18 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.3.3"
".": "0.4.0"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 0.4.0 (2024-05-15)

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

### Features

* **api:** OpenAPI spec update via Stainless API ([#32](https://github.com/groq/groq-typescript/issues/32)) ([193be3e](https://github.com/groq/groq-typescript/commit/193be3ebf7d1f09bf56261b1cfab27f5c1018320))
* **api:** update via SDK Studio ([#25](https://github.com/groq/groq-typescript/issues/25)) ([91227eb](https://github.com/groq/groq-typescript/commit/91227eb651fd0ff2aad71cc6decc3ed0c33ef77e))
* **api:** update via SDK Studio ([#31](https://github.com/groq/groq-typescript/issues/31)) ([0b3c24e](https://github.com/groq/groq-typescript/commit/0b3c24e5580515ecd846f05895021d208d6eb23b))
* **api:** update via SDK Studio ([#33](https://github.com/groq/groq-typescript/issues/33)) ([78be608](https://github.com/groq/groq-typescript/commit/78be60824c229e9a04cd0e32acba3c2588045e72))
* **api:** update via SDK Studio ([#34](https://github.com/groq/groq-typescript/issues/34)) ([321e2cc](https://github.com/groq/groq-typescript/commit/321e2cc99f457a4b9178cb148b22f7e9a87cafac))
* **api:** update via SDK Studio ([#35](https://github.com/groq/groq-typescript/issues/35)) ([0f23438](https://github.com/groq/groq-typescript/commit/0f23438e583f025e5fb989c60c6a3883dd33a9d3))
* **api:** update via SDK Studio ([#36](https://github.com/groq/groq-typescript/issues/36)) ([a784ad0](https://github.com/groq/groq-typescript/commit/a784ad03f6e80cbcca0b211b1b5b699458341f76))
* **api:** update via SDK Studio ([#37](https://github.com/groq/groq-typescript/issues/37)) ([bc8ce89](https://github.com/groq/groq-typescript/commit/bc8ce8912625e4cd4c495130ac9272549c09732e))

## 0.3.3 (2024-04-29)

Full Changelog: [v0.3.2...v0.3.3](https://github.com/groq/groq-typescript/compare/v0.3.2...v0.3.3)
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.3.3",
"version": "0.4.0",
"description": "The official TypeScript library for the Groq API",
"author": "Groq <support@groq.com>",
"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.3.3'; // x-release-please-version
export const VERSION = '0.4.0'; // x-release-please-version

0 comments on commit 99c527b

Please sign in to comment.