diff --git a/CHANGELOG.md b/CHANGELOG.md index 573404c..eb3c179 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,4 +6,9 @@ 0.2.0 ------------------ -- Add typescript support. \ No newline at end of file +- Add typescript support. + +0.2.1 +------------------ + +- Fix wrong type declaration. \ No newline at end of file diff --git a/README.md b/README.md index 2743e2e..60bf811 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,9 @@ npm install markdown-it-plain-text ### browser (CDN) ### uncompressed -[https://cdn.jsdelivr.net/gh/wavesheep/markdown-it-plain-text@0.2.0/dist/markdown-it-plain-text.js](https://cdn.jsdelivr.net/gh/wavesheep/markdown-it-plain-text@0.2.0/dist/markdown-it-plain-text.js) +[https://cdn.jsdelivr.net/gh/wavesheep/markdown-it-plain-text@0.2.1/dist/markdown-it-plain-text.js](https://cdn.jsdelivr.net/gh/wavesheep/markdown-it-plain-text@0.2.1/dist/markdown-it-plain-text.js) ### compressed -[https://cdn.jsdelivr.net/gh/wavesheep/markdown-it-plain-text@0.2.0/dist/markdown-it-plain-text.min.js](https://cdn.jsdelivr.net/gh/wavesheep/markdown-it-plain-text@0.2.0/dist/markdown-it-plain-text.js) +[https://cdn.jsdelivr.net/gh/wavesheep/markdown-it-plain-text@0.2.1/dist/markdown-it-plain-text.min.js](https://cdn.jsdelivr.net/gh/wavesheep/markdown-it-plain-text@0.2.1/dist/markdown-it-plain-text.js) ## Usage examples diff --git a/package.json b/package.json index c86f141..cd1354f 100644 --- a/package.json +++ b/package.json @@ -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",