Skip to content

v1.0.0

Compare
Choose a tag to compare
@juliomrqz juliomrqz released this 12 Apr 17:30
  • refactor!: update parent company (3a93e72)

BREAKING CHANGES

  • The package has been renamed from @bazzite/nuxt-netlify to @aceforth/nuxt-netlify.

To upgrade

  1. npm install --save-dev @aceforth/nuxt-netlify

    or yarn add --dev @aceforth/nuxt-netlify

  2. npm uninstall @bazzite/nuxt-netlify

    or yarn remove @bazzite/nuxt-netlify

  3. replace:

{
  buildModules: [
    '@bazzite/nuxt-netlify',
  ],
}

with

{
  buildModules: [
    '@aceforth/nuxt-netlify',
  ],
}

That’s it, there are no functional changes compared to @bazzite/nuxt-netlify@0.2.0.