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 15, 2024
1 parent 656da5d commit 69f3ef0
Show file tree
Hide file tree
Showing 4 changed files with 26 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"
}
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## 1.5.0 (2024-06-15)

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:** OpenAPI spec update via Stainless API ([#36](https://github.com/prompt-foundry/typescript-sdk/issues/36)) ([31babcf](https://github.com/prompt-foundry/typescript-sdk/commit/31babcf0f9c48f186bc3903a15c8720a8b242360))
* **api:** OpenAPI spec update via Stainless API ([#37](https://github.com/prompt-foundry/typescript-sdk/issues/37)) ([bd3daa3](https://github.com/prompt-foundry/typescript-sdk/commit/bd3daa3304f861ea3c50d6875c85b1c591a6122c))
* **api:** OpenAPI spec update via Stainless API ([#38](https://github.com/prompt-foundry/typescript-sdk/issues/38)) ([1402f2f](https://github.com/prompt-foundry/typescript-sdk/commit/1402f2f161db75c70d52c678598a8250fe47660a))
* **api:** OpenAPI spec update via Stainless API ([#39](https://github.com/prompt-foundry/typescript-sdk/issues/39)) ([c90c017](https://github.com/prompt-foundry/typescript-sdk/commit/c90c0179d866de0bdaee46b8dfbb7c21b64ba45c))
* **api:** OpenAPI spec update via Stainless API ([#40](https://github.com/prompt-foundry/typescript-sdk/issues/40)) ([440a1ef](https://github.com/prompt-foundry/typescript-sdk/commit/440a1efbf06b08f14cbc6a18310557c0d51f6c78))
* **api:** OpenAPI spec update via Stainless API ([#41](https://github.com/prompt-foundry/typescript-sdk/issues/41)) ([a179686](https://github.com/prompt-foundry/typescript-sdk/commit/a179686ebdfd5e4a7f44ce6eb8095f45de4c8602))
* **api:** OpenAPI spec update via Stainless API ([#42](https://github.com/prompt-foundry/typescript-sdk/issues/42)) ([656da5d](https://github.com/prompt-foundry/typescript-sdk/commit/656da5d02c88ed2274a629950b79e5ca82440854))
* **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 69f3ef0

Please sign in to comment.