Skip to content

Commit

Permalink
release: 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Jul 16, 2024
1 parent a079c06 commit 8852778
Show file tree
Hide file tree
Showing 4 changed files with 18 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.13.0"
".": "1.14.0"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# 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))

## 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)
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.13.0",
"version": "1.14.0",
"description": "The prompt engineering, prompt management, and prompt evaluation tool for TypeScript, JavaScript, and NodeJS.",
"keywords": [
"typescript",
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.13.0'; // x-release-please-version
export const VERSION = '1.14.0'; // x-release-please-version

0 comments on commit 8852778

Please sign in to comment.