Skip to content

Commit

Permalink
v6.1.0 - boundation, changelog, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Nov 20, 2023
1 parent 648c38d commit 32a0e1c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# History

## v6.1.0 2023 November 20

- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)

## v6.0.0 2023 November 20

- Retry failed requests, in case of timeouts or other issues
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,6 @@ clerk
} */
```

Node.js versions 15 and 16 will need to use `--experimental-global-fetch`.

<!-- INSTALL/ -->

<h2>Install</h2>
Expand All @@ -177,7 +175,7 @@ Node.js versions 15 and 16 will need to use `--experimental-global-fetch`.
<a href="https://deno.land" title="Deno is a secure runtime for JavaScript and TypeScript, it is an alternative for Node.js"><h3>Deno</h3></a>

``` typescript
import pkg from 'https://unpkg.com/pluginclerk@^6.0.0/edition-deno/index.ts'
import pkg from 'https://unpkg.com/pluginclerk@^6.1.0/edition-deno/index.ts'
```

<h3><a href="https://editions.bevry.me" title="Editions are the best way to produce and consume packages you care about.">Editions</a></h3>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pluginclerk",
"version": "6.0.0",
"version": "6.1.0",
"description": "A clerk for retrieving compatible plugins from the npm database",
"homepage": "https://github.com/bevry/pluginclerk",
"license": "Artistic-2.0",
Expand Down Expand Up @@ -207,5 +207,8 @@
"semi": false,
"singleQuote": true,
"trailingComma": "all"
},
"boundation": {
"nodeVersionsRange": ">=18"
}
}

0 comments on commit 32a0e1c

Please sign in to comment.