diff --git a/CHANGELOG.md b/CHANGELOG.md index f861c32a..2a25a8a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [2.0.0](https://github.com/lgaticaq/node-nmea/compare/v1.0.4...v2.0.0) (2018-10-17) + + +### Features + +* **node:** update min version to v8 ([8ab5575](https://github.com/lgaticaq/node-nmea/commit/8ab5575)) + + +### BREAKING CHANGES + +* **node:** set min node version to v8 + #### 1.0.4 (2017-06-26) ##### Chores diff --git a/package-lock.json b/package-lock.json index 14140e80..19411fa2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "node-nmea", - "version": "1.0.4", + "version": "2.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 76fa1a62..ca7e623a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-nmea", - "version": "1.0.4", + "version": "2.0.0", "description": "Parser for NMEA sentences.", "main": "src", "scripts": {