File tree Expand file tree Collapse file tree 4 files changed +26
-3
lines changed Expand file tree Collapse file tree 4 files changed +26
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 5.0 .0"
2+ "." : " 5.1 .0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 5.1.0 (2025-09-12)
4+
5+ Full Changelog: [ v5.0.0...v5.1.0] ( https://github.com/cloudflare/cloudflare-typescript/compare/v5.0.0...v5.1.0 )
6+
7+ ### Features
8+
9+ * Merge branch 'vaishak/skip-worker-test' into 'main' ([ a556698] ( https://github.com/cloudflare/cloudflare-typescript/commit/a5566983ae47453ffc4d5d9a266d7480ed620d51 ) )
10+
11+
12+ ### Bug Fixes
13+
14+ * coerce nullable values to undefined ([ 7847e84] ( https://github.com/cloudflare/cloudflare-typescript/commit/7847e845eb146f099a63f32931e5991840799c9c ) )
15+ * correctly handle sending multipart/form-data requests with JSON ([ e9deab6] ( https://github.com/cloudflare/cloudflare-typescript/commit/e9deab61fad243c4339df7362529fd9b92693f8a ) )
16+
17+
18+ ### Chores
19+
20+ * ci build action ([ 23d3577] ( https://github.com/cloudflare/cloudflare-typescript/commit/23d3577a92a835ffc1aeffb3004801b75efeb136 ) )
21+ * fix lint on the examples ([ dd14379] ( https://github.com/cloudflare/cloudflare-typescript/commit/dd143796d0494f2c9a57493a330f229ce5d2533a ) )
22+ * fix lint on the examples ([ dd14379] ( https://github.com/cloudflare/cloudflare-typescript/commit/dd143796d0494f2c9a57493a330f229ce5d2533a ) )
23+ * fix lint on the examples ([ 5b2f145] ( https://github.com/cloudflare/cloudflare-typescript/commit/5b2f145f72d68b9f9bfde59c55323b4abb89ca71 ) )
24+ * ** internal:** codegen related update ([ 2860479] ( https://github.com/cloudflare/cloudflare-typescript/commit/2860479dc7310af6a02647597900aba2c76c554c ) )
25+
326## 5.0.0 (2025-09-02)
427
528Full Changelog: [ v4.5.0...v5.0.0] ( https://github.com/cloudflare/cloudflare-typescript/compare/v4.5.0...v5.0.0 )
Original file line number Diff line number Diff line change 11{
22 "name" : " cloudflare" ,
3- "version" : " 5.0 .0" ,
3+ "version" : " 5.1 .0" ,
44 "description" : " The official TypeScript library for the Cloudflare API" ,
55 "author" :
" Cloudflare <[email protected] >" ,
66 "types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 1- export const VERSION = '5.0 .0' ; // x-release-please-version
1+ export const VERSION = '5.1 .0' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments