Skip to content

Releases: nuxt-modules/plausible

v1.0.0

03 Apr 19:45
Compare
Choose a tag to compare

   🚨 Breaking Changes

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v0.2.4

05 Dec 09:18
Compare
Choose a tag to compare

No significant changes

    View changes on GitHub

v0.2.3

08 Sep 08:42
Compare
Choose a tag to compare

No significant changes

    View changes on GitHub

v0.2.1

08 May 09:41
Compare
Choose a tag to compare

No significant changes

    View changes on GitHub

v0.2.0

01 Dec 14:02
Compare
Choose a tag to compare

   🚨 Breaking Changes

The module is now published under the @nuxtjs namespace. Please uninstall nuxt-plausible and use @nuxtjs/plausible instead.

// `nuxt.config.ts`
export default defineNuxtConfig({
  modules: [
-    'nuxt-plausible'
+    '@nuxtjs/plausible'
  ]
})
    View changes on GitHub

v0.1.2

16 Nov 17:45
Compare
Choose a tag to compare

No significant changes

    View changes on GitHub

v0.1.1

19 Oct 05:06
Compare
Choose a tag to compare

No significant changes

    View changes on GitHub

v0.1.0

17 Oct 16:18
Compare
Choose a tag to compare

No significant changes

    View changes on GitHub