Skip to content

Commit

Permalink
release: 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed May 9, 2024
1 parent 6a1bf57 commit 6b540df
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.2.0"
".": "3.3.0"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 3.3.0 (2024-05-09)

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

### Features

* **api:** OpenAPI spec update via Stainless API ([#497](https://github.com/cloudflare/cloudflare-typescript/issues/497)) ([7cc4cec](https://github.com/cloudflare/cloudflare-typescript/commit/7cc4cec11f2f11fb65027ca1c4aefe8019b7d514))
* **api:** OpenAPI spec update via Stainless API ([#499](https://github.com/cloudflare/cloudflare-typescript/issues/499)) ([6a1bf57](https://github.com/cloudflare/cloudflare-typescript/commit/6a1bf57eba8456e55387043f7f8ef1a8539cc413))

## 3.2.0 (2024-05-08)

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

0 comments on commit 6b540df

Please sign in to comment.