Skip to content

Commit 636c15a

Browse files
release: 1.1.0
1 parent a01e3a6 commit 636c15a

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-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.0.0"
2+
".": "1.1.0"
33
}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Changelog
2+
3+
## 1.1.0 (2024-06-13)
4+
5+
Full Changelog: [v1.0.0...v1.1.0](https://github.com/prompt-foundry/typescript-sdk/compare/v1.0.0...v1.1.0)
6+
7+
### Features
8+
9+
* **api:** update via SDK Studio ([#9](https://github.com/prompt-foundry/typescript-sdk/issues/9)) ([e90c408](https://github.com/prompt-foundry/typescript-sdk/commit/e90c4089a94b1cca8e3f50cd638fec14e11ba6b5))
10+
11+
12+
### Chores
13+
14+
* go live ([#3](https://github.com/prompt-foundry/typescript-sdk/issues/3)) ([489a75a](https://github.com/prompt-foundry/typescript-sdk/commit/489a75aa0c321c7bd35ca57ea8c8fe922f7e34ac))
15+
* update SDK settings ([#5](https://github.com/prompt-foundry/typescript-sdk/issues/5)) ([b9d87bb](https://github.com/prompt-foundry/typescript-sdk/commit/b9d87bb35794eaa76df8213e4edb481e336a3e2d))
16+
* update SDK settings ([#7](https://github.com/prompt-foundry/typescript-sdk/issues/7)) ([01cddec](https://github.com/prompt-foundry/typescript-sdk/commit/01cddec1e8ba98a5aeb48a717aa3f50243f98b58))

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.0.0",
3+
"version": "1.1.0",
44
"description": "The official TypeScript library for the Prompt Foundry API",
55
"author": "Prompt Foundry <[email protected]>",
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.0.0'; // x-release-please-version
1+
export const VERSION = '1.1.0'; // x-release-please-version

0 commit comments

Comments
 (0)