File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change
1
+ # [ 0.2.0] ( https://github.com/bazzite/nuxt-netlify/compare/v0.1.1...v0.2.0 ) (2020-03-31)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * ** docs:** update Installation instructions ([ d0fbe6f] ( https://github.com/bazzite/nuxt-netlify/commit/d0fbe6fb1b41ac861ca43f4930b62b7c1c6d9f24 ) )
7
+
8
+
9
+ * refactor!: drop support for Node.js 8 ([ 34075b7] ( https://github.com/bazzite/nuxt-netlify/commit/34075b7b54dd0a71b5756ce7ecc9a9a9e0c5cd1d ) )
10
+
11
+
12
+ ### Features
13
+
14
+ * add support for node v12 on travis tests ([ 21b43c0] ( https://github.com/bazzite/nuxt-netlify/commit/21b43c03e3ceb78a6667374841bb23a6c6620c2d ) )
15
+
16
+
17
+ ### BREAKING CHANGES
18
+
19
+ * minimum required Node.js version is 10.x
20
+
21
+
22
+
1
23
## [ 0.1.1] ( https://github.com/bazzite/nuxt-netlify/compare/v0.1.0...v0.1.1 ) (2019-06-12)
2
24
3
25
* ** docs:** extend the description of the project ([ 21f5e09] ( https://github.com/bazzite/nuxt-netlify/commit/21f5e09 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @bazzite/nuxt-netlify" ,
3
- "version" : " 0.1.1 " ,
3
+ "version" : " 0.2.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