Skip to content

Commit 3d6a65f

Browse files
committed
3.0.0
1 parent 6e4b1aa commit 3d6a65f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nlcst-emoticon-modifier",
3-
"version": "2.1.1",
3+
"version": "3.0.0",
44
"description": "nlcst utility to support emoticons in nlcst",
55
"license": "MIT",
66
"keywords": [

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ npm install nlcst-emoticon-modifier
4949
In Deno with [`esm.sh`][esmsh]:
5050

5151
```js
52-
import {emoticonModifier} from 'https://esm.sh/nlcst-emoticon-modifier@2'
52+
import {emoticonModifier} from 'https://esm.sh/nlcst-emoticon-modifier@3'
5353
```
5454

5555
In browsers with [`esm.sh`][esmsh]:
5656

5757
```html
5858
<script type="module">
59-
import {emoticonModifier} from 'https://esm.sh/nlcst-emoticon-modifier@2?bundle'
59+
import {emoticonModifier} from 'https://esm.sh/nlcst-emoticon-modifier@3?bundle'
6060
</script>
6161
```
6262

0 commit comments

Comments
 (0)