Skip to content

Commit a382279

Browse files
release: 0.1.0-alpha.1
1 parent de61b44 commit a382279

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-
".": "0.0.1-alpha.0"
2+
".": "0.1.0-alpha.1"
33
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Changelog
2+
3+
## 0.1.0-alpha.1 (2024-10-18)
4+
5+
Full Changelog: [v0.0.1-alpha.0...v0.1.0-alpha.1](https://github.com/argotdev/argot-stainless-openai/compare/v0.0.1-alpha.0...v0.1.0-alpha.1)
6+
7+
### Features
8+
9+
* **api:** api update ([f7578f2](https://github.com/argotdev/argot-stainless-openai/commit/f7578f282962cb2481d290274b6889a72989be49))
10+
* **api:** api update ([#1](https://github.com/argotdev/argot-stainless-openai/issues/1)) ([e819f3c](https://github.com/argotdev/argot-stainless-openai/commit/e819f3c49382f95b06284e4ee122c420d106c841))
11+
* **api:** api update ([#3](https://github.com/argotdev/argot-stainless-openai/issues/3)) ([de61b44](https://github.com/argotdev/argot-stainless-openai/commit/de61b448ac20a75748b975a7d4104755c96303d6))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "argot-stainless-openai",
3-
"version": "0.0.1-alpha.0",
3+
"version": "0.1.0-alpha.1",
44
"description": "The official TypeScript library for the Argot OpenAI API",
55
"author": "Argot OpenAI <[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 = '0.0.1-alpha.0'; // x-release-please-version
1+
export const VERSION = '0.1.0-alpha.1'; // x-release-please-version

0 commit comments

Comments
 (0)