diff --git a/CHANGELOG.md b/CHANGELOG.md index 30dcdcc..ff988d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### 4.0.1 + +* insert backslash to double quotes instead of triple quotes - **[@richardtks](https://github.com/richardtks)** [#76](https://github.com/groupon/cson-parser/pull/76) + - [`b0229a6`](https://github.com/groupon/cson-parser/commit/b0229a6e6442fdc15e9af03ff520681f0332642d) **fix:** replace double quotes instead triple quotes + + ### 4.0.0 #### Breaking Changes diff --git a/package.json b/package.json index 3159df6..401a316 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cson-parser", - "version": "4.0.0", + "version": "4.0.1", "description": "Safe parsing of CSON files", "license": "BSD-3-Clause", "main": "lib/cson-parser.js",