Skip to content

Commit

Permalink
release: 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Jun 18, 2024
1 parent a5d1c32 commit 28bcba7
Show file tree
Hide file tree
Showing 4 changed files with 15 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.3.0"
".": "3.4.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 3.4.0 (2024-06-18)

Full Changelog: [v3.3.0...v3.4.0](https://github.com/cloudflare/cloudflare-typescript/compare/v3.3.0...v3.4.0)

### Features

* **api:** OpenAPI spec update via Stainless API ([#973](https://github.com/cloudflare/cloudflare-typescript/issues/973)) ([798a342](https://github.com/cloudflare/cloudflare-typescript/commit/798a3421c614733b6378c9ed5c0aff40cc134579))
* **api:** OpenAPI spec update via Stainless API ([#975](https://github.com/cloudflare/cloudflare-typescript/issues/975)) ([b6da688](https://github.com/cloudflare/cloudflare-typescript/commit/b6da688099f86e9e254456be9e0ba7e99f18d1f7))
* **api:** OpenAPI spec update via Stainless API ([#976](https://github.com/cloudflare/cloudflare-typescript/issues/976)) ([ea4cfc2](https://github.com/cloudflare/cloudflare-typescript/commit/ea4cfc259055e0b2cf00fadc9bed00df38c41542))
* **api:** OpenAPI spec update via Stainless API ([#977](https://github.com/cloudflare/cloudflare-typescript/issues/977)) ([9a723ce](https://github.com/cloudflare/cloudflare-typescript/commit/9a723ce1ed9f94146df96f82541c61ca458f8736))
* **api:** OpenAPI spec update via Stainless API ([#978](https://github.com/cloudflare/cloudflare-typescript/issues/978)) ([a5d1c32](https://github.com/cloudflare/cloudflare-typescript/commit/a5d1c324a2243f3dc4353d8fcea0eeeea1dff91a))

## 3.3.0 (2024-06-18)

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

0 comments on commit 28bcba7

Please sign in to comment.