diff --git a/README.md b/README.md index feba0b6..5c187e5 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ remark-emoji This is a [remark](https://github.com/wooorm/remark) plugin to replace `:emoji:` to real UTF-8 emojis in text. ## Demo + You can find a demo in the following [Codesandbox](https://codesandbox.io/s/remark-emoji-example-osvyi). ## Usage diff --git a/package-lock.json b/package-lock.json index 91718fe..71b40cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "remark-emoji", - "version": "2.0.2", + "version": "2.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 66288dc..96652a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "remark-emoji", - "version": "2.0.2", + "version": "2.1.0", "description": "Emoji transformer plugin for Remark", "main": "index.js", "scripts": {