Skip to content

Commit

Permalink
release: 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Jun 14, 2024
1 parent ec115a7 commit 4315329
Show file tree
Hide file tree
Showing 4 changed files with 19 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 @@
{
".": "1.4.0"
".": "1.5.0"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## 1.5.0 (2024-06-14)

Full Changelog: [v1.4.0...v1.5.0](https://github.com/prompt-foundry/typescript-sdk/compare/v1.4.0...v1.5.0)

### Features

* **api:** OpenAPI spec update via Stainless API ([#26](https://github.com/prompt-foundry/typescript-sdk/issues/26)) ([779e665](https://github.com/prompt-foundry/typescript-sdk/commit/779e66597e79a6c2b09f6158af285c71ce2a3f78))
* **api:** OpenAPI spec update via Stainless API ([#28](https://github.com/prompt-foundry/typescript-sdk/issues/28)) ([26bce7f](https://github.com/prompt-foundry/typescript-sdk/commit/26bce7fb09559f2f1122fda6aca8e137666f71dd))
* **api:** OpenAPI spec update via Stainless API ([#29](https://github.com/prompt-foundry/typescript-sdk/issues/29)) ([0e5cd4c](https://github.com/prompt-foundry/typescript-sdk/commit/0e5cd4cd6eea9b2163dda9e1b5bfe94622f6ed50))
* **api:** OpenAPI spec update via Stainless API ([#30](https://github.com/prompt-foundry/typescript-sdk/issues/30)) ([b421ceb](https://github.com/prompt-foundry/typescript-sdk/commit/b421ceb13bcc430792da099c8df5ac472a52943f))
* **api:** OpenAPI spec update via Stainless API ([#31](https://github.com/prompt-foundry/typescript-sdk/issues/31)) ([c0c12ac](https://github.com/prompt-foundry/typescript-sdk/commit/c0c12acc81462901689883d05f9b9b3fe04e6f8e))
* **api:** OpenAPI spec update via Stainless API ([#32](https://github.com/prompt-foundry/typescript-sdk/issues/32)) ([ffa0e45](https://github.com/prompt-foundry/typescript-sdk/commit/ffa0e45fb343b88108c9cfeea75ea126d688ad26))
* **api:** OpenAPI spec update via Stainless API ([#34](https://github.com/prompt-foundry/typescript-sdk/issues/34)) ([d861801](https://github.com/prompt-foundry/typescript-sdk/commit/d8618015c4dc4f9d0c403ade5b9ea738241710af))
* **api:** OpenAPI spec update via Stainless API ([#35](https://github.com/prompt-foundry/typescript-sdk/issues/35)) ([ec115a7](https://github.com/prompt-foundry/typescript-sdk/commit/ec115a710be77e75883c792b3e71292d9851e53a))
* **api:** update via SDK Studio ([#33](https://github.com/prompt-foundry/typescript-sdk/issues/33)) ([713c110](https://github.com/prompt-foundry/typescript-sdk/commit/713c110d476a85e3e96f85502a68c6690f299f7f))

## 1.4.0 (2024-06-14)

Full Changelog: [v1.3.0...v1.4.0](https://github.com/prompt-foundry/typescript-sdk/compare/v1.3.0...v1.4.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": "@prompt-foundry/typescript-sdk",
"version": "1.4.0",
"version": "1.5.0",
"description": "The official TypeScript library for the Prompt Foundry API",
"author": "Prompt Foundry <dev-feedback@promptfoundry.ai>",
"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 = '1.4.0'; // x-release-please-version
export const VERSION = '1.5.0'; // x-release-please-version

0 comments on commit 4315329

Please sign in to comment.