From 6a0e22a6f094fc46293c93b2535c7ad978b87649 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 22:42:40 +0000 Subject: [PATCH] release: 1.14.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 21 +++++++++++++++++++++ package.json | 2 +- src/version.ts | 2 +- 4 files changed, 24 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 23860f9..2ef9a1c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.13.0" + ".": "1.14.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 730c4af..69341fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## 1.14.0 (2024-07-16) + +Full Changelog: [v1.13.0...v1.14.0](https://github.com/prompt-foundry/typescript-sdk/compare/v1.13.0...v1.14.0) + +### Features + +* **api:** OpenAPI spec update via Stainless API ([#147](https://github.com/prompt-foundry/typescript-sdk/issues/147)) ([32cb6f9](https://github.com/prompt-foundry/typescript-sdk/commit/32cb6f92b8f7b5efd743d698d113eff2754cd40b)) +* **api:** OpenAPI spec update via Stainless API ([#149](https://github.com/prompt-foundry/typescript-sdk/issues/149)) ([de660c2](https://github.com/prompt-foundry/typescript-sdk/commit/de660c2b31f79be4195159f94c6c3ca112ba6447)) +* **api:** OpenAPI spec update via Stainless API ([#150](https://github.com/prompt-foundry/typescript-sdk/issues/150)) ([b7ef788](https://github.com/prompt-foundry/typescript-sdk/commit/b7ef7880cf87a071c0435cdd2b49ba7cc46f49a0)) +* **api:** OpenAPI spec update via Stainless API ([#151](https://github.com/prompt-foundry/typescript-sdk/issues/151)) ([fb48dbd](https://github.com/prompt-foundry/typescript-sdk/commit/fb48dbd5ff6b29a564f28a289c58e5991386ca40)) +* **api:** OpenAPI spec update via Stainless API ([#152](https://github.com/prompt-foundry/typescript-sdk/issues/152)) ([755a2b3](https://github.com/prompt-foundry/typescript-sdk/commit/755a2b3f28a1d277235a7a7792398fca8a8a2843)) +* **api:** OpenAPI spec update via Stainless API ([#153](https://github.com/prompt-foundry/typescript-sdk/issues/153)) ([93f9555](https://github.com/prompt-foundry/typescript-sdk/commit/93f95551e6a63115efb9f8610b18fa5c9c2831fc)) +* **api:** OpenAPI spec update via Stainless API ([#154](https://github.com/prompt-foundry/typescript-sdk/issues/154)) ([f9dac25](https://github.com/prompt-foundry/typescript-sdk/commit/f9dac25563076648db74238dab095038e970b980)) +* **api:** OpenAPI spec update via Stainless API ([#155](https://github.com/prompt-foundry/typescript-sdk/issues/155)) ([a079c06](https://github.com/prompt-foundry/typescript-sdk/commit/a079c063443fa4d74de035966f455bb92dcd830b)) +* **api:** OpenAPI spec update via Stainless API ([#156](https://github.com/prompt-foundry/typescript-sdk/issues/156)) ([6d54ca4](https://github.com/prompt-foundry/typescript-sdk/commit/6d54ca422b72aadfe3e7ff1022cb576aa962c053)) +* **api:** OpenAPI spec update via Stainless API ([#157](https://github.com/prompt-foundry/typescript-sdk/issues/157)) ([bf8d9d9](https://github.com/prompt-foundry/typescript-sdk/commit/bf8d9d9b83c9cd63e9dfbe0521e87d747131ab17)) +* **api:** OpenAPI spec update via Stainless API ([#158](https://github.com/prompt-foundry/typescript-sdk/issues/158)) ([ffbb0f2](https://github.com/prompt-foundry/typescript-sdk/commit/ffbb0f2567f5cd0569f732e9304b3db74cb364e1)) +* **api:** OpenAPI spec update via Stainless API ([#159](https://github.com/prompt-foundry/typescript-sdk/issues/159)) ([bb2950c](https://github.com/prompt-foundry/typescript-sdk/commit/bb2950c2348f6d1a399d012f0d3b1816a8842c7a)) +* **api:** OpenAPI spec update via Stainless API ([#160](https://github.com/prompt-foundry/typescript-sdk/issues/160)) ([9592662](https://github.com/prompt-foundry/typescript-sdk/commit/95926621f31f6148bbedfc7c2373445cdccb05c9)) +* **api:** update via SDK Studio ([#161](https://github.com/prompt-foundry/typescript-sdk/issues/161)) ([51f7e7f](https://github.com/prompt-foundry/typescript-sdk/commit/51f7e7f84dc87b602e20743b67f2417e6fe4cb48)) + ## 1.13.0 (2024-07-10) Full Changelog: [v1.12.0...v1.13.0](https://github.com/prompt-foundry/typescript-sdk/compare/v1.12.0...v1.13.0) diff --git a/package.json b/package.json index 06a394e..55c6cd9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@prompt-foundry/typescript-sdk", - "version": "1.13.0", + "version": "1.14.0", "description": "The prompt engineering, prompt management, and prompt evaluation tool for TypeScript, JavaScript, and NodeJS.", "keywords": [ "typescript", diff --git a/src/version.ts b/src/version.ts index 287b358..9fa94e0 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '1.13.0'; // x-release-please-version +export const VERSION = '1.14.0'; // x-release-please-version