Skip to content

Commit dddcb5f

Browse files
author
Vitaly Puzrin
committed
3.8.0 released
1 parent 686fa0b commit dddcb5f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
3.8.0 / 2017-02-07
2+
------------------
3+
4+
- Fix reported position for `duplicated mapping key` errors.
5+
Now points to block start instead of block end.
6+
(#243, thanks to @shockey).
7+
8+
19
3.7.0 / 2016-11-12
210
------------------
311

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "js-yaml",
3-
"version": "3.7.0",
3+
"version": "3.8.0",
44
"description": "YAML 1.2 parser and serializer",
55
"keywords": [
66
"yaml",

0 commit comments

Comments
 (0)