Skip to content

Commit

Permalink
release: 0.0.1-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Feb 16, 2024
1 parent 63bfebd commit e9e7da6
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.1"
".": "0.0.1-alpha.1"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog

## 0.0.1-alpha.1 (2024-02-16)

Full Changelog: [v0.0.1...v0.0.1-alpha.1](https://github.com/cloudflare/cloudflare-typescript/compare/v0.0.1...v0.0.1-alpha.1)

### Features

* Add initial Stainless SDK ([2d51afd](https://github.com/cloudflare/cloudflare-typescript/commit/2d51afdcabc76566fefef0ec43ae4a87283ae44b))
* create default branch ([b10b3f2](https://github.com/cloudflare/cloudflare-typescript/commit/b10b3f29c88ab735e83c3043cae34f29be357449))
* update via SDK Studio ([#1](https://github.com/cloudflare/cloudflare-typescript/issues/1)) ([24b7540](https://github.com/cloudflare/cloudflare-typescript/commit/24b75407eecb7edb8411d79abada04e0b91bbf60))
* update via SDK Studio ([#3](https://github.com/cloudflare/cloudflare-typescript/issues/3)) ([63bfebd](https://github.com/cloudflare/cloudflare-typescript/commit/63bfebde178dcc6e1296f961a9e2ec1dfc98365a))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloudflare",
"version": "0.0.1",
"version": "0.0.1-alpha.1",
"description": "The official TypeScript library for the Cloudflare API",
"author": "Cloudflare <[email protected]>",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '0.0.1'; // x-release-please-version
export const VERSION = '0.0.1-alpha.1'; // x-release-please-version

0 comments on commit e9e7da6

Please sign in to comment.