Skip to content

Commit

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

## 3.0.0-beta.13 (2024-03-26)

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

### Features

* **api:** update via SDK Studio ([#201](https://github.com/cloudflare/cloudflare-typescript/issues/201)) ([485d8d8](https://github.com/cloudflare/cloudflare-typescript/commit/485d8d846974180aa8ed57671de8a25463e98cf2))

## 3.0.0-beta.12 (2024-03-25)

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

0 comments on commit 80d2adb

Please sign in to comment.