Skip to content

Commit

Permalink
3.13.0 released
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaly Puzrin committed Mar 20, 2019
1 parent f64c673 commit 9d4ce5e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
3.13.0 / 2019-03-20
-------------------

- Security fix: `safeLoad()` can hang when arrays with nested refs
used as key. Now throws exception for nested arrays. #475.


3.12.2 / 2019-02-26
-------------------

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "js-yaml",
"version": "3.12.2",
"version": "3.13.0",
"description": "YAML 1.2 parser and serializer",
"keywords": [
"yaml",
Expand Down

0 comments on commit 9d4ce5e

Please sign in to comment.