Skip to content

Commit

Permalink
release: 3.0.0-beta.9
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Mar 20, 2024
1 parent 412a1d8 commit 6bbd7bb
Show file tree
Hide file tree
Showing 4 changed files with 12 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 @@
{
".": "3.0.0-beta.8"
".": "3.0.0-beta.9"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 3.0.0-beta.9 (2024-03-20)

Full Changelog: [v3.0.0-beta.8...v3.0.0-beta.9](https://github.com/cloudflare/cloudflare-typescript/compare/v3.0.0-beta.8...v3.0.0-beta.9)

### Features

* **api:** OpenAPI spec update via Stainless API ([#179](https://github.com/cloudflare/cloudflare-typescript/issues/179)) ([ae291fa](https://github.com/cloudflare/cloudflare-typescript/commit/ae291facb47b482c437e39316aa678d2e619df1f))
* **api:** OpenAPI spec update via Stainless API ([#181](https://github.com/cloudflare/cloudflare-typescript/issues/181)) ([4089fc6](https://github.com/cloudflare/cloudflare-typescript/commit/4089fc6ebc382e8bae0286fdeabff5b5c72a7d97))

## 3.0.0-beta.8 (2024-03-19)

Full Changelog: [v3.0.0-beta.7...v3.0.0-beta.8](https://github.com/cloudflare/cloudflare-typescript/compare/v3.0.0-beta.7...v3.0.0-beta.8)
Expand Down
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": "3.0.0-beta.8",
"version": "3.0.0-beta.9",
"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 = '3.0.0-beta.8'; // x-release-please-version
export const VERSION = '3.0.0-beta.9'; // x-release-please-version

0 comments on commit 6bbd7bb

Please sign in to comment.