File tree Expand file tree Collapse file tree 2 files changed +46
-1
lines changed Expand file tree Collapse file tree 2 files changed +46
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
46
# [ 0.2.0] ( https://github.com/aceforth/nuxt-netlify/compare/v0.1.1...v0.2.0 ) (2020-03-31)
2
47
3
48
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aceforth/nuxt-netlify" ,
3
- "version" : " 0.2 .0" ,
3
+ "version" : " 1.0 .0" ,
4
4
"description" : " Dynamically generate _headers and _redirects files for Netlify in your Nuxt.js projects." ,
5
5
"main" : " lib/index.js" ,
6
6
"directories" : {
You can’t perform that action at this time.
0 commit comments