Skip to content

Commit 907ea11

Browse files
release: 5.2.1
1 parent 8f4584e commit 907ea11

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-
".": "5.2.0"
2+
".": "5.2.1"
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+
## 5.2.1 (2025-10-02)
4+
5+
Full Changelog: [v5.2.0...v5.2.1](https://github.com/cloudflare/cloudflare-typescript/compare/v5.2.0...v5.2.1)
6+
7+
### Chores
8+
9+
* **api:** update composite API spec ([b2ea183](https://github.com/cloudflare/cloudflare-typescript/commit/b2ea18346b0aa9282478e5904d40c1fcc578829c))
10+
* **api:** update composite API spec ([87bc28f](https://github.com/cloudflare/cloudflare-typescript/commit/87bc28f3558be008d07e31b5ae7ecf48d5cbd2df))
11+
* **internal:** remove .eslintcache ([addb38d](https://github.com/cloudflare/cloudflare-typescript/commit/addb38dfc3708d883087ed4e0351b16535e05217))
12+
313
## 5.2.0 (2025-09-30)
414

515
Full Changelog: [v5.1.0...v5.2.0](https://github.com/cloudflare/cloudflare-typescript/compare/v5.1.0...v5.2.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": "5.2.0",
3+
"version": "5.2.1",
44
"description": "The official TypeScript library for the Cloudflare API",
55
"author": "Cloudflare <[email protected]>",
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 = '5.2.0'; // x-release-please-version
1+
export const VERSION = '5.2.1'; // x-release-please-version

0 commit comments

Comments
 (0)