Skip to content

v3.6.1

Latest
Compare
Choose a tag to compare
@danielroe danielroe released this 15 Aug 12:02
· 12 commits to main since this release
1d4dcc2

compare changes

🚀 Enhancements

  • Add useRuntimeHook composable (#1539)

🩹 Fixes

  • Write initial cookie value if different from document.cookie (#1544)
  • Allow getCachedData to return undefined (#1552)
  • Prevent duplicate set-cookie headers (#1553)
  • Use named imports for defu and destr (#1585)

🏡 Chore

  • Add CODEOWNERS file (aa924de)
  • Add wattanx to codeowners (ec2c769)
  • ⚠️ Bump required node version to 20.19+, 22.12+ (#1562)
  • Pin major versions for nuxt and unhead (#1570)

🤖 CI

  • Remove forced corepack installation (87fb5ff)
  • Update node version (#1559)
  • Run tests on last node LTS (ade4633)
  • Use npm trusted publishing (cf0c13c)
  • Publish edge release with latest tag (aa54696)
  • Do not defer nightly releases until after fixtures run (9051103)

⚠️ Breaking Changes

  • ⚠️ Bump required node version to 20.19+, 22.12+ (#1562)

❤️ Contributors