From 203d1ff4660a2fe371d07681afc30452d6e2f1d1 Mon Sep 17 00:00:00 2001 From: Yuki Hattori Date: Sun, 13 Feb 2022 00:29:47 +0900 Subject: [PATCH] 1.6.0 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2c3b831..5fb505cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## v1.6.0 - 2022-02-12 + ### Added - Experimental `transition` directive for bespoke template is now configurable by YAML object ([#382](https://github.com/marp-team/marp-cli/issues/382), [#425](https://github.com/marp-team/marp-cli/pull/425)) diff --git a/package.json b/package.json index 4babcadd..6f5fb59d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@marp-team/marp-cli", - "version": "1.5.2", + "version": "1.6.0", "description": "A CLI interface for Marp and Marpit based converters", "license": "MIT", "author": {