diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f1e5c7..bf89a64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### v4.0.6 (2020-11-19) + +#### 🏡 Internal + +* [#87](https://github.com/groupon/cson-parser/pull/87) chore(deps): update packages & drop node 8 support ([@aaarichter](https://github.com/aaarichter)) + + ### 4.0.5 * chore(deps): bump lodash from 4.17.15 to 4.17.19 - **[@dependabot[bot]](https://github.com/apps/dependabot)** [#85](https://github.com/groupon/cson-parser/pull/85) diff --git a/package-lock.json b/package-lock.json index 79b9309..ac7706d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "cson-parser", - "version": "4.0.5", + "version": "4.0.6", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 155ed40..5c61240 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cson-parser", - "version": "4.0.5", + "version": "4.0.6", "description": "Safe parsing of CSON files", "license": "BSD-3-Clause", "main": "lib/cson-parser.js",