Releases: expatfile/next-runtime-env
Releases · expatfile/next-runtime-env
v3.1.1-alpha.1
Bug Fixes
- 🐛 correctly access PUBLIC_ENV_KEY on window (8e0c738)
v3.1.0
3.1.0 (2023-11-19)
Features
v3.0.1
3.0.1 (2023-11-08)
Bug Fixes
- 🐛 throw when used outside EnvProvider or PublicEnvProvider (66a211e)
v3.0.1-alpha.1
Bug Fixes
- 🐛 throw when used outside EnvProvider or PublicEnvProvider (66a211e)
v3.0.0
3.0.0 (2023-11-08)
Features
- ✨ add support for Next.js 14 caching and update dependencies (7f6fd39)
BREAKING CHANGES
- This version introduces a dependency on the Next.js 14 caching. It therefore only works with
"next": "^14"
.