Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit ba5de9a

Browse files
committed
v4.0.0
1 parent 0807323 commit ba5de9a

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
### 4.0.0
2+
3+
#### Breaking Changes
4+
5+
This removes support for Node 4 as well as for bundling the library for the browser without compilation.
6+
7+
*See: [`24a8ba8`](https://github.com/groupon/cson-parser/commit/24a8ba813a6d494a0a00d52e43deeb00c42d090b)*
8+
9+
#### Commits
10+
11+
* 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)
12+
- [`66756aa`](https://github.com/groupon/cson-parser/commit/66756aa129c8a63a2ed5fa8514f4d63de3675d3f) **chore:** update packages from audit
13+
- [`24a8ba8`](https://github.com/groupon/cson-parser/commit/24a8ba813a6d494a0a00d52e43deeb00c42d090b) **chore:** support node 10, drop support node 4
14+
- [`16800e3`](https://github.com/groupon/cson-parser/commit/16800e3517885a8d3c670bfbdb2206109e6f40f6) **chore:** use npm 6
15+
16+
117
### 3.0.0
218

319
#### Breaking Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cson-parser",
3-
"version": "3.0.0",
3+
"version": "4.0.0",
44
"description": "Safe parsing of CSON files",
55
"license": "BSD-3-Clause",
66
"main": "lib/cson-parser.js",

0 commit comments

Comments
 (0)