Skip to content

Commit 2a0672f

Browse files
committed
chore(release): v1.0.0
1 parent 3a93e72 commit 2a0672f

File tree

2 files changed

+46
-1
lines changed

2 files changed

+46
-1
lines changed

CHANGELOG.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,48 @@
1+
# [1.0.0](https://github.com/aceforth/nuxt-netlify/compare/v0.2.0...v1.0.0) (2020-04-12)
2+
3+
4+
* refactor!: update parent company ([3a93e72](https://github.com/aceforth/nuxt-netlify/commit/3a93e72a4df48b266e1fe23f3762485fa7d1331b))
5+
6+
7+
### BREAKING CHANGES
8+
9+
* **The package has been renamed from `@bazzite/nuxt-netlify` to `@aceforth/nuxt-netlify`.**
10+
11+
To upgrade
12+
13+
1. `npm install --save-dev @aceforth/nuxt-netlify`
14+
15+
or `yarn add --dev @aceforth/nuxt-netlify`
16+
17+
2. `npm uninstall @bazzite/nuxt-netlify`
18+
19+
or `yarn remove @bazzite/nuxt-netlify`
20+
21+
3. replace:
22+
23+
```js
24+
{
25+
buildModules: [
26+
'@bazzite/nuxt-netlify',
27+
],
28+
}
29+
```
30+
31+
with
32+
33+
```js
34+
{
35+
buildModules: [
36+
'@aceforth/nuxt-netlify',
37+
],
38+
}
39+
```
40+
41+
42+
That’s it, there are no functional changes compared to `@bazzite/nuxt-netlify@0.2.0`.
43+
44+
45+
146
# [0.2.0](https://github.com/aceforth/nuxt-netlify/compare/v0.1.1...v0.2.0) (2020-03-31)
247

348

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aceforth/nuxt-netlify",
3-
"version": "0.2.0",
3+
"version": "1.0.0",
44
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt.js projects.",
55
"main": "lib/index.js",
66
"directories": {

0 commit comments

Comments
 (0)