From 1309117d1eb6f7a715e1e4858443edae159bfa98 Mon Sep 17 00:00:00 2001 From: akabeko Date: Thu, 20 Jan 2022 18:29:00 +0900 Subject: [PATCH] chore: release v1.2.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 988f1f9..3458e3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.2.0](https://github.com/vivliostyle/vfm/compare/v1.1.0...v1.2.0) (2022-01-20) + + +### Bug Fixes + +* Fixed TOC link in Japanese version ([a46c2a3](https://github.com/vivliostyle/vfm/commit/a46c2a31d94e171c839e7bdfc0e8c55ff5d61e5f)) + + +### Features + +* Add `excludes` argument to `readMetadata` ([174c8dd](https://github.com/vivliostyle/vfm/commit/174c8dddd626b8ce11b69ac57149c182945dfd82)) + # [1.1.0](https://github.com/vivliostyle/vfm/compare/v1.0.2...v1.1.0) (2021-12-07) diff --git a/package.json b/package.json index 7207906..fc03800 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@vivliostyle/vfm", "description": "Custom Markdown syntax specialized in book authoring.", - "version": "1.1.0", + "version": "1.2.0", "author": "Vivliostyle Foundation", "license": "Apache-2.0", "engines": {