Skip to content

Commit ee74ce4

Browse files
author
Vitaly Puzrin
committed
4.0.0 released
1 parent a44bb7c commit ee74ce4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [4.0.0] - WIP
8+
## [4.0.0] - 2021-01-03
99
### Changed
1010
- Check [migration guide](migrate_v3_to_v4.md) to see details for all breaking changes.
1111
- Breaking: "unsafe" tags `!!js/function`, `!!js/regexp`, `!!js/undefined` are

package.json

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

0 commit comments

Comments
 (0)