Skip to content

Commit 30c6add

Browse files
Version Packages
1 parent 0361672 commit 30c6add

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.changeset/serious-coats-speak.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

packages/cloudflare/CHANGELOG.md

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

3+
## 1.0.0
4+
5+
### Patch Changes
6+
7+
- [#591](https://github.com/opennextjs/opennextjs-cloudflare/pull/591) [`0361672`](https://github.com/opennextjs/opennextjs-cloudflare/commit/03616723ee775c31fed9cb1a048e7b0a9bd1e63c) Thanks [@vicb](https://github.com/vicb)! - Add an example of creating a custom worker
8+
9+
Creating a custom worker enable adding DO, handlers (scheduled, queue, ...)
10+
11+
closes #207, #397, #589
12+
313
## 1.0.0-beta.3
414

515
### Changes

packages/cloudflare/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@opennextjs/cloudflare",
33
"description": "Cloudflare builder for next apps",
4-
"version": "1.0.0-beta.3",
4+
"version": "1.0.0",
55
"type": "module",
66
"scripts": {
77
"clean": "rimraf dist",

0 commit comments

Comments
 (0)