1.1.0 (2020-07-19)
- dependencies updates
1.0.0 (2020-04-12)
- refactor!: update parent company (3a93e72)
- The package has been renamed from
@bazzite/nuxt-netlify
to@aceforth/nuxt-netlify
.
To upgrade
-
npm install --save-dev @aceforth/nuxt-netlify
or
yarn add --dev @aceforth/nuxt-netlify
-
npm uninstall @bazzite/nuxt-netlify
or
yarn remove @bazzite/nuxt-netlify
-
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
.
0.2.0 (2020-03-31)
- add support for node v12 on travis tests (21b43c0)
- minimum required Node.js version is 10.x
0.1.1 (2019-06-12)
- docs: extend the description of the project (21f5e09)
First stable release