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 3a18683 commit 5c2f7f5
Show file tree
Hide file tree
Showing 4 changed files with 20 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"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# 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))
* OpenAPI spec update via Stainless API ([#5](https://github.com/cloudflare/cloudflare-typescript/issues/5)) ([ac2684f](https://github.com/cloudflare/cloudflare-typescript/commit/ac2684f7ab848c61cad11a4d76bf538f1d9eb8fd))
* OpenAPI spec update via Stainless API ([#6](https://github.com/cloudflare/cloudflare-typescript/issues/6)) ([a3c2995](https://github.com/cloudflare/cloudflare-typescript/commit/a3c2995a7f0ebe283a4a6e6ef3ad1ba17b681d7d))
* OpenAPI spec update via Stainless API ([#7](https://github.com/cloudflare/cloudflare-typescript/issues/7)) ([1bb4a97](https://github.com/cloudflare/cloudflare-typescript/commit/1bb4a9718dbf4270ad06e51b43d8f7a83c931c1d))
* OpenAPI spec update via Stainless API ([#8](https://github.com/cloudflare/cloudflare-typescript/issues/8)) ([3a18683](https://github.com/cloudflare/cloudflare-typescript/commit/3a18683da7a22fbfdad2095b8ba5798dcab63944))
* 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))
* update via SDK Studio ([#4](https://github.com/cloudflare/cloudflare-typescript/issues/4)) ([b37ee88](https://github.com/cloudflare/cloudflare-typescript/commit/b37ee88c4aa6d8b72a21b8e8b55fd5569ca88251))
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 5c2f7f5

Please sign in to comment.