Skip to content

Commit 4514530

Browse files
committed
Bump to version v1.10.0
1 parent 81257e1 commit 4514530

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.bmp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
version: 1.9.4
2+
version: 1.10.0
33
commit: Bump to version v%.%.%
44
files:
55
README.md: v%.%.%

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# remarker v1.9.4
1+
# remarker v1.10.0
22

33
[![CircleCI](https://circleci.com/gh/kt3k/remarker.svg?style=svg)](https://circleci.com/gh/kt3k/remarker)
44
[![codecov](https://codecov.io/gh/kt3k/remarker/branch/master/graph/badge.svg)](https://codecov.io/gh/kt3k/remarker)
@@ -152,7 +152,8 @@ The directory name of `assets` can be configured in `remarker.yml`. See the conf
152152
153153
# History
154154
155-
- 2018-08-06 v1.9.0 Add :emoji: transformation. Modify `cssFiles` option handling (#11).
155+
- 2019-05-14 v1.10.0 Added `--dest`, `--out`, and `--port` CLI options.
156+
- 2018-08-06 v1.9.0 Added :emoji: transformation. Modify `cssFiles` option handling (#11).
156157
- 2018-06-10 v1.8.1 Fixed help and version options.
157158
- 2018-06-10 v1.8.0 Added livereloading feature.
158159
- 2018-01-29 v1.7.0 Enabled file asset (#8).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "remarker",
3-
"version": "1.9.4",
3+
"version": "1.10.0",
44
"description": "Remark cli",
55
"main": "index.js",
66
"bin": "index.js",

0 commit comments

Comments
 (0)