From 39e767726a1ecf0ebe11ef7aede315f03fa2399c Mon Sep 17 00:00:00 2001 From: akabeko Date: Sun, 11 Jul 2021 08:10:53 +0900 Subject: [PATCH] chore: release v1.0.0-alpha.27 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ecdec9..0876bf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.0.0-alpha.27](https://github.com/vivliostyle/vfm/compare/v1.0.0-alpha.26...v1.0.0-alpha.27) (2021-07-10) + + +### Bug Fixes + +* Fixed an issue where ruby couldn't escape pipe with a backslash ([ac111a2](https://github.com/vivliostyle/vfm/commit/ac111a201deedfdebb176ee2eff3ecf7eb3735f3)) + # [1.0.0-alpha.26](https://github.com/vivliostyle/vfm/compare/v1.0.0-alpha.25...v1.0.0-alpha.26) (2021-07-04) diff --git a/package.json b/package.json index c93fc34..901dd3b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@vivliostyle/vfm", "description": "Custom Markdown syntax specialized in book authoring.", - "version": "1.0.0-alpha.26", + "version": "1.0.0-alpha.27", "author": "Vivliostyle Foundation", "license": "Apache-2.0", "main": "lib/index.js",