Skip to content

Commit c13e50b

Browse files
committed
5.0.0
1 parent 626921c commit c13e50b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unified-diff",
3-
"version": "4.0.1",
3+
"version": "5.0.0",
44
"description": "unified plugin to ignore unrelated messages",
55
"license": "MIT",
66
"keywords": [

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,14 @@ npm install unified-diff
5555
In Deno with [`esm.sh`][esmsh]:
5656

5757
```js
58-
import unifiedDiff from 'https://esm.sh/unified-diff@4'
58+
import unifiedDiff from 'https://esm.sh/unified-diff@5'
5959
```
6060

6161
In browsers with [`esm.sh`][esmsh]:
6262

6363
```html
6464
<script type="module">
65-
import unifiedDiff from 'https://esm.sh/unified-diff@4?bundle'
65+
import unifiedDiff from 'https://esm.sh/unified-diff@5?bundle'
6666
</script>
6767
```
6868

0 commit comments

Comments
 (0)