diff --git a/CHANGELOG.md b/CHANGELOG.md index bf89a64..3f29a9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### v4.0.7 (2020-11-23) + +#### 🔼 Dependencies + +* [#90](https://github.com/groupon/cson-parser/pull/90) chore: freeze coffeescript@1.12.7 ([@aaarichter](https://github.com/aaarichter)) + + ### v4.0.6 (2020-11-19) #### 🏡 Internal diff --git a/package-lock.json b/package-lock.json index 3c293a9..212e0f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "cson-parser", - "version": "4.0.6", + "version": "4.0.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 79e0d1d..f510686 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cson-parser", - "version": "4.0.6", + "version": "4.0.7", "description": "Safe parsing of CSON files", "license": "BSD-3-Clause", "main": "lib/cson-parser.js",