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

Commit 6c8c54c

Browse files
committed
v4.0.4
1 parent e7b95a5 commit 6c8c54c

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### 4.0.4
2+
3+
* fix: address ltgm.com & remove superfluous arguments - **[@aaarichter](https://github.com/aaarichter)** [#83](https://github.com/groupon/cson-parser/pull/83)
4+
- [`feb4690`](https://github.com/groupon/cson-parser/commit/feb4690ce9cde04392d51441b8c606689106d66e) **fix:** address ltgm.com & remove superfluous arguments
5+
6+
17
### 4.0.3
28

39
* add type declarations - **[@dbushong](https://github.com/dbushong)** [#82](https://github.com/groupon/cson-parser/pull/82)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "4.0.3",
3+
"version": "4.0.4",
44
"description": "Safe parsing of CSON files",
55
"license": "BSD-3-Clause",
66
"main": "lib/cson-parser.js",

0 commit comments

Comments
 (0)