Skip to content

Commit

Permalink
release: 3.0.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Mar 15, 2024
1 parent 2b08938 commit 192d302
Show file tree
Hide file tree
Showing 4 changed files with 13 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.2"
".": "3.0.0-beta.3"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 3.0.0-beta.3 (2024-03-15)

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

### Features

* **api:** update via SDK Studio ([#154](https://github.com/cloudflare/cloudflare-typescript/issues/154)) ([7da6798](https://github.com/cloudflare/cloudflare-typescript/commit/7da6798ec1aea235d24e4f7911e8676db296ed8f))
* update via SDK Studio ([#151](https://github.com/cloudflare/cloudflare-typescript/issues/151)) ([70fd3ba](https://github.com/cloudflare/cloudflare-typescript/commit/70fd3ba749b68b8b1dae45ca04dcd867d68c39b1))
* update via SDK Studio ([#153](https://github.com/cloudflare/cloudflare-typescript/issues/153)) ([fdbf303](https://github.com/cloudflare/cloudflare-typescript/commit/fdbf303cc41bf4fbfda6158a16a0c1c55ea2f588))

## 3.0.0-beta.2 (2024-03-14)

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

0 comments on commit 192d302

Please sign in to comment.