Skip to content

Commit 5e06bf3

Browse files
committed
0.22.1
1 parent d30e7bd commit 5e06bf3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## v0.22.1 - 2020-11-28
6+
57
### Added
68

79
- Support for fallback into Microsoft Edge in Linux ([#296](https://github.com/marp-team/marp-cli/issues/296), [#307](https://github.com/marp-team/marp-cli/pull/307))

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@marp-team/marp-cli",
3-
"version": "0.22.0",
3+
"version": "0.22.1",
44
"description": "A CLI interface for Marp and Marpit based converters",
55
"license": "MIT",
66
"author": {
@@ -36,7 +36,7 @@
3636
"types/"
3737
],
3838
"bin": {
39-
"marp": "./marp-cli.js"
39+
"marp": "marp-cli.js"
4040
},
4141
"pkg": {
4242
"scripts": "lib/**/*.js"

0 commit comments

Comments
 (0)