From e8274cbf7697626c43c9ed0270f33ff4eef28646 Mon Sep 17 00:00:00 2001 From: Yuki Hattori Date: Tue, 9 Oct 2018 13:29:37 +0900 Subject: [PATCH] 0.0.12 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9439694..550e8949 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## v0.0.12 - 2018-10-09 + ### Fixed - Upgrade marp-core to [v0.0.11](https://github.com/marp-team/marp-core/releases/tag/v0.0.11) to fix fitting header regression ([#30](https://github.com/marp-team/marp-cli/pull/30)) diff --git a/package.json b/package.json index ec7f9bcc..9c3a3d1e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@marp-team/marp-cli", - "version": "0.0.11", + "version": "0.0.12", "description": "A CLI interface for Marp and Marpit based converters", "repository": "https://github.com/marp-team/marp-cli", "engines": {