Skip to content

Commit 33b36b4

Browse files
committed
2.0.0
1 parent 7599ac2 commit 33b36b4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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": "unified-infer-git-meta",
3-
"version": "1.2.0",
3+
"version": "2.0.0",
44
"description": "unified plugin to infer some `meta` from Git",
55
"license": "MIT",
66
"keywords": [

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,14 @@ npm install unified-infer-git-meta
6666
In Deno with [`esm.sh`][esmsh]:
6767

6868
```js
69-
import unifiedInferGitMeta from 'https://esm.sh/unified-infer-git-meta@1'
69+
import unifiedInferGitMeta from 'https://esm.sh/unified-infer-git-meta@2'
7070
```
7171

7272
In browsers with [`esm.sh`][esmsh]:
7373

7474
```html
7575
<script type="module">
76-
import unifiedInferGitMeta from 'https://esm.sh/unified-infer-git-meta@1?bundle'
76+
import unifiedInferGitMeta from 'https://esm.sh/unified-infer-git-meta@2?bundle'
7777
</script>
7878
```
7979

@@ -222,7 +222,7 @@ versions of Node.js.
222222
When we cut a new major release, we drop support for unmaintained versions of
223223
Node.
224224
This means we try to keep the current release line,
225-
`unified-infer-git-meta@^1`, compatible with Node.js 16.
225+
`unified-infer-git-meta@^2`, compatible with Node.js 16.
226226

227227
## Related
228228

0 commit comments

Comments
 (0)