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 c0c12ac commit b2d99f4
Show file tree
Hide file tree
Showing 4 changed files with 15 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"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# 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))

## 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 b2d99f4

Please sign in to comment.