Skip to content

Commit

Permalink
release: 3.0.0-beta.14
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Mar 27, 2024
1 parent 1eaa464 commit f2f8953
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.13"
".": "3.0.0-beta.14"
}
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.14 (2024-03-27)

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

### Features

* **api:** OpenAPI spec update via Stainless API ([#205](https://github.com/cloudflare/cloudflare-typescript/issues/205)) ([c69d536](https://github.com/cloudflare/cloudflare-typescript/commit/c69d536587f70ad837626397ad534b46daf4e572))
* **api:** update via SDK Studio ([#203](https://github.com/cloudflare/cloudflare-typescript/issues/203)) ([1389ada](https://github.com/cloudflare/cloudflare-typescript/commit/1389ada0376819a21d9ebadcb36a2594de298130))

## 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)
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.13",
"version": "3.0.0-beta.14",
"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.13'; // x-release-please-version
export const VERSION = '3.0.0-beta.14'; // x-release-please-version

0 comments on commit f2f8953

Please sign in to comment.