From ee74ce4b4800282b2f23b776be7dc95dfe34db1c Mon Sep 17 00:00:00 2001 From: Vitaly Puzrin Date: Sun, 3 Jan 2021 16:48:22 +0300 Subject: [PATCH] 4.0.0 released --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b000a7bc..1bb7c65a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [4.0.0] - WIP +## [4.0.0] - 2021-01-03 ### Changed - Check [migration guide](migrate_v3_to_v4.md) to see details for all breaking changes. - Breaking: "unsafe" tags `!!js/function`, `!!js/regexp`, `!!js/undefined` are diff --git a/package.json b/package.json index a8911220..ea84b6d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "js-yaml", - "version": "3.14.0", + "version": "4.0.0", "description": "YAML 1.2 parser and serializer", "keywords": [ "yaml",