Skip to content

Commit b371a40

Browse files
release: 4.6.0
1 parent 2fa96d6 commit b371a40

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.5.0"
2+
".": "4.6.0"
33
}

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 4.6.0 (2025-07-18)
4+
5+
Full Changelog: [v4.5.0...v4.6.0](https://github.com/cloudflare/cloudflare-typescript/compare/v4.5.0...v4.6.0)
6+
7+
### Features
8+
9+
* **api:** api update ([059dc1e](https://github.com/cloudflare/cloudflare-typescript/commit/059dc1ef33f1a435002aa3302490b8ec458d653f))
10+
* **api:** api update ([4050818](https://github.com/cloudflare/cloudflare-typescript/commit/4050818dba45a26ce01ef84d1a3ebf4ee1fb3624))
11+
* **api:** api update ([d07e22f](https://github.com/cloudflare/cloudflare-typescript/commit/d07e22f7c1bab6a9eed16343cdec97d61e39ed7b))
12+
313
## 4.5.0 (2025-07-16)
414

515
Full Changelog: [v4.4.1...v4.5.0](https://github.com/cloudflare/cloudflare-typescript/compare/v4.4.1...v4.5.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudflare",
3-
"version": "4.5.0",
3+
"version": "4.6.0",
44
"description": "The official TypeScript library for the Cloudflare API",
55
"author": "Cloudflare <api@cloudflare.com>",
66
"types": "dist/index.d.ts",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '4.5.0'; // x-release-please-version
1+
export const VERSION = '4.6.0'; // x-release-please-version

0 commit comments

Comments
 (0)