Skip to content

Commit

Permalink
update to v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wavesheep committed Jul 2, 2020
1 parent d275e12 commit e7696e0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,9 @@
0.2.0
------------------

- Add typescript support.
- Add typescript support.

0.2.1
------------------

- Fix wrong type declaration.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ npm install markdown-it-plain-text
### browser (CDN)

### uncompressed
[https://cdn.jsdelivr.net/gh/wavesheep/[email protected].0/dist/markdown-it-plain-text.js](https://cdn.jsdelivr.net/gh/wavesheep/[email protected].0/dist/markdown-it-plain-text.js)
[https://cdn.jsdelivr.net/gh/wavesheep/[email protected].1/dist/markdown-it-plain-text.js](https://cdn.jsdelivr.net/gh/wavesheep/[email protected].1/dist/markdown-it-plain-text.js)
### compressed
[https://cdn.jsdelivr.net/gh/wavesheep/[email protected].0/dist/markdown-it-plain-text.min.js](https://cdn.jsdelivr.net/gh/wavesheep/[email protected].0/dist/markdown-it-plain-text.js)
[https://cdn.jsdelivr.net/gh/wavesheep/[email protected].1/dist/markdown-it-plain-text.min.js](https://cdn.jsdelivr.net/gh/wavesheep/[email protected].1/dist/markdown-it-plain-text.js)

## Usage examples

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "markdown-it-plain-text",
"version": "0.2.0",
"version": "0.2.1",
"description": "plain text extractor plugin for markdown-it markdown parser",
"keywords": [
"markdown-it-plugin",
Expand Down

0 comments on commit e7696e0

Please sign in to comment.