Skip to content

Commit f451fb0

Browse files
committed
3.0.0
1 parent 26fb55f commit f451fb0

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": "vfile-rename",
3-
"version": "2.0.2",
3+
"version": "3.0.0",
44
"description": "vfile utility to rename the path parts of a file",
55
"license": "MIT",
66
"keywords": [

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ npm install vfile-rename
5050
In Deno with [`esm.sh`][esmsh]:
5151

5252
```js
53-
import {rename} from 'https://esm.sh/vfile-rename@2'
53+
import {rename} from 'https://esm.sh/vfile-rename@3'
5454
```
5555

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

5858
```html
5959
<script type="module">
60-
import {rename} from 'https://esm.sh/vfile-rename@2?bundle'
60+
import {rename} from 'https://esm.sh/vfile-rename@3?bundle'
6161
</script>
6262
```
6363

0 commit comments

Comments
 (0)