From 69254434cbdd336e39e969af1797fa0048763bb3 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 02:33:44 +0000 Subject: [PATCH] release: 0.4.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- src/version.ts | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6969ddf..2537c1f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.3" + ".": "0.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a51bac..1cd2725 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # 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)) + ## 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) diff --git a/package.json b/package.json index ab4a2a8..4bd8d0a 100644 --- a/package.json +++ b/package.json @@ -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 ", "types": "dist/index.d.ts", diff --git a/src/version.ts b/src/version.ts index f4bbaab..4e7f788 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.3.3'; // x-release-please-version +export const VERSION = '0.4.0'; // x-release-please-version