Skip to content

Commit a8b7689

Browse files
release: 1.13.0
1 parent c1e8896 commit a8b7689

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.12.0"
2+
".": "1.13.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.13.0 (2024-07-01)
4+
5+
Full Changelog: [v1.12.0...v1.13.0](https://github.com/prompt-foundry/typescript-sdk/compare/v1.12.0...v1.13.0)
6+
7+
### Features
8+
9+
* **api:** OpenAPI spec update via Stainless API ([#124](https://github.com/prompt-foundry/typescript-sdk/issues/124)) ([dc09f10](https://github.com/prompt-foundry/typescript-sdk/commit/dc09f100e840439247d759a93a3f9a10b468d348))
10+
* **api:** OpenAPI spec update via Stainless API ([#126](https://github.com/prompt-foundry/typescript-sdk/issues/126)) ([cb55a51](https://github.com/prompt-foundry/typescript-sdk/commit/cb55a5171ac61e73c7af0c0f6e5e57c29dfe52f6))
11+
* **api:** OpenAPI spec update via Stainless API ([#127](https://github.com/prompt-foundry/typescript-sdk/issues/127)) ([13c1605](https://github.com/prompt-foundry/typescript-sdk/commit/13c1605bb2da5c0aabc0854cfa0266539dd5ed19))
12+
* **api:** OpenAPI spec update via Stainless API ([#128](https://github.com/prompt-foundry/typescript-sdk/issues/128)) ([c1e8896](https://github.com/prompt-foundry/typescript-sdk/commit/c1e8896a3a4268fc4784c1042e55ab7252dcc5b1))
13+
314
## 1.12.0 (2024-06-30)
415

516
Full Changelog: [v1.11.0...v1.12.0](https://github.com/prompt-foundry/typescript-sdk/compare/v1.11.0...v1.12.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.12.0",
3+
"version": "1.13.0",
44
"description": "The prompt engineering, prompt management, and prompt evaluation tool for TypeScript, JavaScript, and NodeJS.",
55
"keywords": [
66
"typescript",

src/version.ts

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

0 commit comments

Comments
 (0)