diff --git a/CHANGELOG.md b/CHANGELOG.md index 2528ece..30dcdcc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +### 4.0.0 + +#### Breaking Changes + +This removes support for Node 4 as well as for bundling the library for the browser without compilation. + +*See: [`24a8ba8`](https://github.com/groupon/cson-parser/commit/24a8ba813a6d494a0a00d52e43deeb00c42d090b)* + +#### Commits + +* Fix audited packages, support Node 10, drop support for Node 4 - **[@markowsiak](https://github.com/markowsiak)** [#73](https://github.com/groupon/cson-parser/pull/73) + - [`66756aa`](https://github.com/groupon/cson-parser/commit/66756aa129c8a63a2ed5fa8514f4d63de3675d3f) **chore:** update packages from audit + - [`24a8ba8`](https://github.com/groupon/cson-parser/commit/24a8ba813a6d494a0a00d52e43deeb00c42d090b) **chore:** support node 10, drop support node 4 + - [`16800e3`](https://github.com/groupon/cson-parser/commit/16800e3517885a8d3c670bfbdb2206109e6f40f6) **chore:** use npm 6 + + ### 3.0.0 #### Breaking Changes diff --git a/package.json b/package.json index 96e779d..3159df6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cson-parser", - "version": "3.0.0", + "version": "4.0.0", "description": "Safe parsing of CSON files", "license": "BSD-3-Clause", "main": "lib/cson-parser.js",