Skip to content

Releases: juliomrqz/nuxt-netlify

v1.1.0

19 Jul 17:14
Compare
Choose a tag to compare
  • dependencies updates

Refactor

  • update layout of docs articles (08ea91a)
  • update project owner (18216ad)

v1.0.0

12 Apr 17:30
Compare
Choose a tag to compare
  • 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/[email protected].

v0.2.0

31 Mar 20:22
Compare
Choose a tag to compare

Bug Fixes

  • docs: update Installation instructions (d0fbe6f)

  • refactor!: drop support for Node.js 8 (34075b7)

Features

  • add support for node v12 on travis tests (21b43c0)

BREAKING CHANGES

  • minimum required Node.js version is 10.x

v0.1.1

12 Jun 01:13
Compare
Choose a tag to compare
  • docs: extend the description of the project (21f5e09)

v0.1.0

14 Mar 17:52
Compare
Choose a tag to compare
  • First stable release