From 04f38c03cc37629c97a4c2bc3d98fb81ba8c9f78 Mon Sep 17 00:00:00 2001 From: akabeko Date: Sun, 27 Jun 2021 19:47:20 +0900 Subject: [PATCH] chore: release v1.0.0-alpha.23 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb49200..ab04438 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [1.0.0-alpha.23](https://github.com/vivliostyle/vfm/compare/v1.0.0-alpha.22...v1.0.0-alpha.23) (2021-06-27) + + +### Bug Fixes + +* Don't convert dates and times that aren't quoted ([4adef06](https://github.com/vivliostyle/vfm/commit/4adef06bdbc6414878699d8f88804b90f12d5a06)) + + +### Features + +* Implemented document processing as VFM in case of major metadeta design changes ([fb57dae](https://github.com/vivliostyle/vfm/commit/fb57daed7acdae7115a9cc4d9dd3b9aa340bfbb4)) +* Improved metadata definition with frontmatter ([449fa46](https://github.com/vivliostyle/vfm/commit/449fa46c27a97112599fcf9e6083d0dba38a754c)) + # [1.0.0-alpha.22](https://github.com/vivliostyle/vfm/compare/v1.0.0-alpha.21...v1.0.0-alpha.22) (2021-05-15) diff --git a/package.json b/package.json index f75db6e..3466e08 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.22", + "version": "1.0.0-alpha.23", "author": "Vivliostyle Foundation", "license": "Apache-2.0", "main": "lib/index.js",