Skip to content

Commit 162f1e7

Browse files
committed
Merge remote-tracking branch 'gitlab/main' into sync/phase2
2 parents 2d606ce + c0da648 commit 162f1e7

4 files changed

Lines changed: 4 additions & 7 deletions

File tree

.stats.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
1-
<<<<<<< HEAD
21
configured_endpoints: 2439
3-
=======
4-
configured_endpoints: 2428
5-
>>>>>>> 724210d32 (Apply custom code)

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 7.0.0 (2026-07-08)
3+
## 7.0.0 (2026-07-09)
44

55
Full Changelog: [v6.5.0...v7.0.0](https://github.com/cloudflare/cloudflare-typescript/compare/v6.5.0...v7.0.0)
66

@@ -219,6 +219,7 @@ from `cloudflare/src/...`, replace them with `cloudflare/...`.
219219
- **`organizations.logs.audit.history()`** -- `GET /organizations/{organization_id}/logs/audit/{id}/history`
220220
- **`emailRouting.unlock()`** -- `POST /zones/{zone_id}/email/routing/unlock`
221221
- **`emailRouting.addresses.edit()`** -- `PATCH /accounts/{account_id}/email/routing/addresses/{destination_address_identifier}`
222+
- **`browserRendering.accessibilityTree.create()`** -- `POST /accounts/{account_id}/browser-rendering/accessibilityTree`
222223

223224
#### New Types
224225

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": "0.0.1-alpha.0",
3+
"version": "7.0.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 = '0.0.1-alpha.0';
1+
export const VERSION = '7.0.0';

0 commit comments

Comments
 (0)