···11----
22-"@opennextjs/cloudflare": minor
33----
44-55-feat: retrieve CLI environment variables from `process.env` and `.env*` files
66-77-Recommended usage on CI:
88-99-- Add your secrets to `process.env` (i.e. `CF_ACCOUNT_ID`)
1010-- Add public values to the wrangler config `wrangler.jsonc` (i.e. `R2_CACHE_PREFIX_ENV_NAME`)
1111-1212-Recommended usage for local dev:
1313-1414-- Add your secrets to either a `.dev.vars*` or `.env*` file (i.e. `CF_ACCOUNT_ID`)
1515-- Add public values to the wrangler config `wrangler.jsonc` (i.e. `R2_CACHE_PREFIX_ENV_NAME`)
+24
packages/cloudflare/CHANGELOG.md
···11# @opennextjs/cloudflare
2233+## 1.10.0
44+55+### Minor Changes
66+77+- [#937](https://github.com/opennextjs/opennextjs-cloudflare/pull/937) [`32ba91a`](https://github.com/opennextjs/opennextjs-cloudflare/commit/32ba91a6d3fa6b9a8b2cd5a8c973c3b3eb1108f0) Thanks [@vicb](https://github.com/vicb)! - feat: retrieve CLI environment variables from `process.env` and `.env*` files
88+99+ Recommended usage on CI:
1010+1111+ - Add your secrets to `process.env` (i.e. `CF_ACCOUNT_ID`)
1212+ - Add public values to the wrangler config `wrangler.jsonc` (i.e. `R2_CACHE_PREFIX_ENV_NAME`)
1313+1414+ Recommended usage for local dev:
1515+1616+ - Add your secrets to either a `.dev.vars*` or `.env*` file (i.e. `CF_ACCOUNT_ID`)
1717+ - Add public values to the wrangler config `wrangler.jsonc` (i.e. `R2_CACHE_PREFIX_ENV_NAME`)
1818+1919+### Patch Changes
2020+2121+- [#941](https://github.com/opennextjs/opennextjs-cloudflare/pull/941) [`59f52e0`](https://github.com/opennextjs/opennextjs-cloudflare/commit/59f52e02f6592130b6ad82e06abe6f6ed5cb3456) Thanks [@vicb](https://github.com/vicb)! - bump `@opennextjs/aws` to 3.8.2
2222+2323+ See details at <https://github.com/opennextjs/opennextjs-aws/releases/tag/v3.8.2>
2424+2525+- [#939](https://github.com/opennextjs/opennextjs-cloudflare/pull/939) [`54c47e5`](https://github.com/opennextjs/opennextjs-cloudflare/commit/54c47e5bdca38410c6782f55f0e2ececd0010182) Thanks [@vicb](https://github.com/vicb)! - perf: low-hanging fruits
2626+327## 1.9.2
428529### Patch Changes