Skip to content

Commit

Permalink
chore: release v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
akabekobeko committed Oct 14, 2023
1 parent 59fee36 commit a5e2326
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [2.2.0](https://github.com/vivliostyle/vfm/compare/v2.1.0...v2.2.0) (2023-10-14)


### Bug Fixes

* HTML block with markdown heading causes wrong HTML sectioning ([#174](https://github.com/vivliostyle/vfm/issues/174)) ([c551024](https://github.com/vivliostyle/vfm/commit/c55102440febcb08c6222b497924382bd8fe174a)), closes [#171](https://github.com/vivliostyle/vfm/issues/171)
* HTML title generated from heading should not have ruby text and HTML tags ([#178](https://github.com/vivliostyle/vfm/issues/178)) ([59fee36](https://github.com/vivliostyle/vfm/commit/59fee3647989a41932306eb97d50f053675bee79)), closes [#166](https://github.com/vivliostyle/vfm/issues/166)


### Features

* Support non-sectionize headings, enclosed by equal number of hashes ([#172](https://github.com/vivliostyle/vfm/issues/172)) ([463c615](https://github.com/vivliostyle/vfm/commit/463c61588e923467d094a1c48d22daea163f8d9e)), closes [#155](https://github.com/vivliostyle/vfm/issues/155)
* Support section-end mark (line with only hashes) ([#175](https://github.com/vivliostyle/vfm/issues/175)) ([63869ed](https://github.com/vivliostyle/vfm/commit/63869eddb6a381c59a25ca9528ff0fd55ad962c4)), closes [#155](https://github.com/vivliostyle/vfm/issues/155)

# [2.1.0](https://github.com/vivliostyle/vfm/compare/v1.2.2...v2.1.0) (2023-03-11)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vivliostyle/vfm",
"description": "Custom Markdown syntax specialized in book authoring.",
"version": "2.1.0",
"version": "2.2.0",
"author": "Vivliostyle Foundation",
"license": "Apache-2.0",
"engines": {
Expand Down

0 comments on commit a5e2326

Please sign in to comment.