Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Aug 24, 2023
1 parent 7599ac2 commit 33b36b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unified-infer-git-meta",
"version": "1.2.0",
"version": "2.0.0",
"description": "unified plugin to infer some `meta` from Git",
"license": "MIT",
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,14 @@ npm install unified-infer-git-meta
In Deno with [`esm.sh`][esmsh]:

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

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

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

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

## Related

Expand Down

0 comments on commit 33b36b4

Please sign in to comment.