Skip to content

Commit 9d4ce5e

Browse files
author
Vitaly Puzrin
committed
3.13.0 released
1 parent f64c673 commit 9d4ce5e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
3.13.0 / 2019-03-20
2+
-------------------
3+
4+
- Security fix: `safeLoad()` can hang when arrays with nested refs
5+
used as key. Now throws exception for nested arrays. #475.
6+
7+
18
3.12.2 / 2019-02-26
29
-------------------
310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "js-yaml",
3-
"version": "3.12.2",
3+
"version": "3.13.0",
44
"description": "YAML 1.2 parser and serializer",
55
"keywords": [
66
"yaml",

0 commit comments

Comments
 (0)