Skip to content

Commit

Permalink
chore: release v1.0.0-alpha.15
Browse files Browse the repository at this point in the history
  • Loading branch information
akabekobeko committed Jan 14, 2021
1 parent 013456f commit 5ca4c71
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# [1.0.0-alpha.15](https://github.com/vivliostyle/vfm/compare/v1.0.0-alpha.14...v1.0.0-alpha.15) (2021-01-14)

### Bug Fixes

- replace() throws Error if empty ReplaceRules array is given ([b0cfb6a](https://github.com/vivliostyle/vfm/commit/b0cfb6ab869f39e7109f81c7e681c10ac5986bd2))

# [1.0.0-alpha.14](https://github.com/vivliostyle/vfm/compare/v1.0.0-alpha.13...v1.0.0-alpha.14) (2021-01-11)

# [1.0.0-alpha.13](https://github.com/vivliostyle/vfm/compare/v1.0.0-alpha.12...v1.0.0-alpha.13) (2021-01-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": "1.0.0-alpha.14",
"version": "1.0.0-alpha.15",
"author": "Yasuaki Uechi <[email protected]>",
"scripts": {
"build": "shx rm -rf lib && tsc && shx chmod +x lib/cli.js",
Expand Down

0 comments on commit 5ca4c71

Please sign in to comment.