diff --git a/CHANGELOG.md b/CHANGELOG.md index 5542e13a..c48de3e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.9.0](https://github.com/nuxt-modules/turnstile/compare/v0.8.0...v0.9.0) (2024-06-28) + +### Features + +* nuxt-scripts integration ([#306](https://github.com/nuxt-modules/turnstile/issues/306)) ([44cb64c](https://github.com/nuxt-modules/turnstile/commit/44cb64cd1f3f9dcf0da10c7168a80e0d337b4297)) + ## [0.8.0](https://github.com/nuxt-modules/turnstile/compare/v0.7.1...v0.8.0) (2024-04-25) diff --git a/package.json b/package.json index e7485a90..85cf3ca9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/turnstile", - "version": "0.8.0", + "version": "0.9.0", "license": "MIT", "description": "Cloudflare Turnstile integration for Nuxt", "repository": {