Skip to content

Commit

Permalink
chore: release v1.0.0-alpha.9
Browse files Browse the repository at this point in the history
  • Loading branch information
uetchy committed Jul 2, 2020
1 parent ef2b08b commit 8173d97
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.0.0-alpha.9](https://github.com/vivliostyle/vfm/compare/v1.0.0-alpha.8...v1.0.0-alpha.9) (2020-07-02)

### Features

- code highlighting ([10058f3](https://github.com/vivliostyle/vfm/commit/10058f34086aa141c6b8b1852e0bd894ddec1fbd))
- properly handle math ([45f2687](https://github.com/vivliostyle/vfm/commit/45f2687bd233e2ee977976fcb4c2513d79975267))

# Change Log

All notable changes to this project will be documented in this file.
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": "1.0.0-alpha.8",
"version": "1.0.0-alpha.9",
"author": "Yasuaki Uechi <y@uechi.io>",
"scripts": {
"build": "shx rm -rf lib && tsc && shx chmod +x lib/cli.js",
Expand Down

0 comments on commit 8173d97

Please sign in to comment.