Skip to content

Commit

Permalink
release: 2.0.0 (#108)
Browse files Browse the repository at this point in the history
* docs(readme): compatibility with hexo@4

* release: 2.0.0
  • Loading branch information
curbengh authored and tomap committed Aug 21, 2019
1 parent 7d6cc55 commit e759d21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -12,6 +12,7 @@ Add support for [Markdown]. This plugin uses [marked] as its render engine.
$ npm install hexo-renderer-marked --save
```

- Hexo 4: >= 2.0
- Hexo 3: >= 0.2
- Hexo 2: 0.1.x

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "hexo-renderer-marked",
"version": "1.0.1",
"version": "2.0.0",
"description": "Markdown renderer plugin for Hexo",
"main": "index",
"scripts": {
Expand Down

0 comments on commit e759d21

Please sign in to comment.