Skip to content

Commit d193f41

Browse files
release: 1.18.0
1 parent 4d4e552 commit d193f41

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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+
311
## 1.17.0 (2024-08-22)
412

513
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)