Skip to content

Commit 4a103da

Browse files
release: 1.18.0
1 parent b68b788 commit 4a103da

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.17.0"
2+
".": "1.18.0"
33
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## 1.18.0 (2024-08-23)
4+
5+
Full Changelog: [v1.17.0...v1.18.0](https://github.com/prompt-foundry/typescript-sdk/compare/v1.17.0...v1.18.0)
6+
7+
### Features
8+
9+
* **api:** OpenAPI spec update via Stainless API ([#282](https://github.com/prompt-foundry/typescript-sdk/issues/282)) ([4d4e552](https://github.com/prompt-foundry/typescript-sdk/commit/4d4e552a18db2f0dcc6c3e8aa2b71b978e65a577))
10+
* **api:** OpenAPI spec update via Stainless API ([#284](https://github.com/prompt-foundry/typescript-sdk/issues/284)) ([c844e91](https://github.com/prompt-foundry/typescript-sdk/commit/c844e911fcc947ea313af9f29541c3f12c26fe47))
11+
* **api:** OpenAPI spec update via Stainless API ([#285](https://github.com/prompt-foundry/typescript-sdk/issues/285)) ([6c1451e](https://github.com/prompt-foundry/typescript-sdk/commit/6c1451e597847b0c269fe8f169238041694654ac))
12+
* **api:** OpenAPI spec update via Stainless API ([#286](https://github.com/prompt-foundry/typescript-sdk/issues/286)) ([b68b788](https://github.com/prompt-foundry/typescript-sdk/commit/b68b78866e246623306541d476f7adcb84cc3de4))
13+
314
## 1.17.0 (2024-08-22)
415

516
Full Changelog: [v1.16.0...v1.17.0](https://github.com/prompt-foundry/typescript-sdk/compare/v1.16.0...v1.17.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@prompt-foundry/typescript-sdk",
3-
"version": "1.17.0",
3+
"version": "1.18.0",
44
"description": "The official TypeScript library for the Prompt Foundry API",
55
"author": "Prompt Foundry <dev-feedback@promptfoundry.ai>",
66
"types": "dist/index.d.ts",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '1.17.0'; // x-release-please-version
1+
export const VERSION = '1.18.0'; // x-release-please-version

0 commit comments

Comments
 (0)