Skip to content

Commit

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

## v2.1.0 2023 November 15

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

## v2.0.0 2023 November 14

- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,30 +57,30 @@ console.log('do something after 2 seconds')
<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/@bevry/wait@^2.0.0/edition-deno/index.ts'
import pkg from 'https://unpkg.com/@bevry/wait@^2.1.0/edition-deno/index.ts'
```

<a href="https://www.skypack.dev" title="Skypack is a JavaScript Delivery Network for modern web apps"><h3>Skypack</h3></a>

``` html
<script type="module">
import pkg from '//cdn.skypack.dev/@bevry/wait@^2.0.0'
import pkg from '//cdn.skypack.dev/@bevry/wait@^2.1.0'
</script>
```

<a href="https://unpkg.com" title="unpkg is a fast, global content delivery network for everything on npm"><h3>unpkg</h3></a>

``` html
<script type="module">
import pkg from '//unpkg.com/@bevry/wait@^2.0.0'
import pkg from '//unpkg.com/@bevry/wait@^2.1.0'
</script>
```

<a href="https://jspm.io" title="Native ES Modules CDN"><h3>jspm</h3></a>

``` html
<script type="module">
import pkg from '//dev.jspm.io/@bevry/wait@2.0.0'
import pkg from '//dev.jspm.io/@bevry/wait@2.1.0'
</script>
```

Expand Down
12 changes: 9 additions & 3 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
# Security Policy

## Security Practices

This project meets standardized secure software development practices, including 2FA for all members, password managers with monitoring, secure secret retrieval instead of storage. [Learn more about our practices.](https://tidelift.com/funding/github/npm/@bevry/wait)

## Supported Versions

This project uses [Bevry's automated tooling](https://github.com/bevry/boundation) to bring the latest version and its updates to every ecosystem version that this project supports, maintaining compatibility with far-reaching ecosystem versions, without losing any capabilities.
This project uses [Bevry's automated tooling](https://github.com/bevry/boundation) to deliver the latest updates, fixes, and improvements inside the latest release while still maintaining widespread ecosystem compatibility.

[Refer to supported ecosystem versions: `Editions` section in `README.md`.](https://github.com/bevry/wait/blob/main/README.md#Editions)

[Refer to supported ecosystem versions (`Editions` section in `README.md`).](https://github.com/bevry/wait/blob/master/README.md#Editions)
[Refer to automated support of ecosystem versions: `boundation` entries in `HISTORY.md`.](https://github.com/bevry/wait/blob/main/HISTORY.md)

[Refer to continued automated support of ecosystem versions (`boundation` entries in `HISTORY.md`).](https://github.com/bevry/wait/blob/master/HISTORY.md)
Besides testing and verification, out CI also [auto-merges](https://docs.github.com/en/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions) [Dependabot security updates](https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates) and [auto-publishes](https://github.com/bevry-actions/npm) successful builds of the [`main` branch](https://github.com/bevry/wait/actions?query=branch%3Amain) to the [`next` version tag](https://www.npmjs.com/package/@bevry/wait?activeTab=versions), offering immediate resolutions before scheduled maintenance releases.

## Reporting a Vulnerability

Expand Down
Loading

0 comments on commit aff4e6a

Please sign in to comment.