From cae867c1836c734d88d8595d90ada05374df772c Mon Sep 17 00:00:00 2001 From: Yuki Hattori Date: Sun, 15 Mar 2020 14:51:34 +0900 Subject: [PATCH] 1.5.1 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b7b9f95..ecb1c336 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## v1.5.1 - 2020-03-15 + ### Changed - On the basis of [the YAML specification](https://yaml.org/spec/1.2/spec.html#id2760395), 3 dots `...` can use as an alternative to indicate the end of YAML front-matter ([#224](https://github.com/marp-team/marpit/pull/224)) diff --git a/package.json b/package.json index 93478bba..acb80f00 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@marp-team/marpit", - "version": "1.5.0", + "version": "1.5.1", "description": "The skinny framework for creating slide deck from Markdown", "license": "MIT", "author": {