this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Version Packages (#1011)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

authored by

workers-frameworks
github-actions[bot]
and committed by
GitHub
a644ee15 672750a5

+7 -6
-5
.changeset/cuddly-paths-spend.md
··· 1 - --- 2 - "@opennextjs/cloudflare": minor 3 - --- 4 - 5 - feat: support image optimization using [the image binding](https://developers.cloudflare.com/images/transform-images/bindings/)
+6
packages/cloudflare/CHANGELOG.md
··· 1 1 # @opennextjs/cloudflare 2 2 3 + ## 1.14.0 4 + 5 + ### Minor Changes 6 + 7 + - [#999](https://github.com/opennextjs/opennextjs-cloudflare/pull/999) [`50d7427`](https://github.com/opennextjs/opennextjs-cloudflare/commit/50d74273f918109179f02dc4ab804d6070637e74) Thanks [@pilcrowonpaper](https://github.com/pilcrowonpaper)! - feat: support image optimization using [the image binding](https://developers.cloudflare.com/images/transform-images/bindings/) 8 + 3 9 ## 1.13.1 4 10 5 11 ### Patch Changes
+1 -1
packages/cloudflare/package.json
··· 1 1 { 2 2 "name": "@opennextjs/cloudflare", 3 3 "description": "Cloudflare builder for next apps", 4 - "version": "1.13.1", 4 + "version": "1.14.0", 5 5 "type": "module", 6 6 "scripts": { 7 7 "clean": "rimraf dist",