Skip to content

Commit

Permalink
release: 3.0.0-beta.6
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Mar 18, 2024
1 parent 02e825a commit 2d92426
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.5"
".": "3.0.0-beta.6"
}
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.6 (2024-03-18)

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

### Features

* **api:** update via SDK Studio ([#166](https://github.com/cloudflare/cloudflare-typescript/issues/166)) ([b805df7](https://github.com/cloudflare/cloudflare-typescript/commit/b805df71bd9356afad0bbc1266d0827fd9a7d527))
* **api:** update via SDK Studio ([#168](https://github.com/cloudflare/cloudflare-typescript/issues/168)) ([73c72e3](https://github.com/cloudflare/cloudflare-typescript/commit/73c72e367ab005516d28d0c5cb1e7e2f560e4d4d))

## 3.0.0-beta.5 (2024-03-18)

Full Changelog: [v3.0.0-beta.4...v3.0.0-beta.5](https://github.com/cloudflare/cloudflare-typescript/compare/v3.0.0-beta.4...v3.0.0-beta.5)
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.5",
"version": "3.0.0-beta.6",
"description": "The official TypeScript library for the Cloudflare API",
"author": "Cloudflare <api@cloudflare.com>",
"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.5'; // x-release-please-version
export const VERSION = '3.0.0-beta.6'; // x-release-please-version

0 comments on commit 2d92426

Please sign in to comment.