Skip to content

Commit cef3f1e

Browse files
release: 1.7.0
1 parent 1bea580 commit cef3f1e

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-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.6.0"
2+
".": "1.7.0"
33
}

CHANGELOG.md

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

3+
## 1.7.0 (2024-06-18)
4+
5+
Full Changelog: [v1.6.0...v1.7.0](https://github.com/prompt-foundry/typescript-sdk/compare/v1.6.0...v1.7.0)
6+
7+
### Features
8+
9+
* **api:** OpenAPI spec update via Stainless API ([#53](https://github.com/prompt-foundry/typescript-sdk/issues/53)) ([174926c](https://github.com/prompt-foundry/typescript-sdk/commit/174926cb3dba936b5bc1345e653dea8f18eeee9e))
10+
* **api:** OpenAPI spec update via Stainless API ([#54](https://github.com/prompt-foundry/typescript-sdk/issues/54)) ([bebca91](https://github.com/prompt-foundry/typescript-sdk/commit/bebca9122a833f73fd586aa1d682d6181eaf8142))
11+
312
## 1.6.0 (2024-06-16)
413

514
Full Changelog: [v1.5.0...v1.6.0](https://github.com/prompt-foundry/typescript-sdk/compare/v1.5.0...v1.6.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.6.0",
3+
"version": "1.7.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.6.0'; // x-release-please-version
1+
export const VERSION = '1.7.0'; // x-release-please-version

0 commit comments

Comments
 (0)