Skip to content

Commit

Permalink
v4.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
i-tier-bot committed Mar 26, 2021
1 parent a2cb380 commit f679e92
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### v4.0.9 (2021-03-26)

#### 🏡 Internal

* [#92](https://github.com/groupon/cson-parser/pull/92) chore: switch to main & update packages ([@aaarichter](https://github.com/aaarichter))


### v4.0.8 (2021-02-17)

#### 🔼 Dependencies
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[![nlm-github](https://img.shields.io/badge/github-groupon%2Fcson--parser%2Fissues-F4D03F?logo=github&logoColor=white)](https://github.com/groupon/cson-parser/issues)
![nlm-node](https://img.shields.io/badge/node-%3E%3D10.13-blue?logo=node.js&logoColor=white)
![nlm-version](https://img.shields.io/badge/version-4.0.9-blue?logo=version&logoColor=white)
# cson-parser

A minimalistic CSON parser. Offers:
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cson-parser",
"version": "4.0.8",
"version": "4.0.9",
"description": "Safe parsing of CSON files",
"license": "BSD-3-Clause",
"main": "lib/cson-parser.js",
Expand Down

0 comments on commit f679e92

Please sign in to comment.