Skip to content

Commit 979bd07

Browse files
committed
chore(release): v0.2.0
1 parent d0fbe6f commit 979bd07

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
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+
123
## [0.1.1](https://github.com/bazzite/nuxt-netlify/compare/v0.1.0...v0.1.1) (2019-06-12)
224

325
* **docs:** extend the description of the project ([21f5e09](https://github.com/bazzite/nuxt-netlify/commit/21f5e09))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bazzite/nuxt-netlify",
3-
"version": "0.1.1",
3+
"version": "0.2.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)