diff --git a/.github/workflows/bevry.yml b/.github/workflows/bevry.yml index 4b8ecf3..d333838 100644 --- a/.github/workflows/bevry.yml +++ b/.github/workflows/bevry.yml @@ -8,12 +8,15 @@ jobs: matrix: os: - ubuntu-latest + - macos-latest + - windows-latest node: - '16' - '18' - '20' - '21' runs-on: ${{ matrix.os }} + continue-on-error: ${{ contains('macos-latest windows-latest', matrix.os) }} steps: - uses: actions/checkout@v4 - name: Install Deno @@ -68,7 +71,7 @@ jobs: npmAuthToken: ${{ secrets.NPM_AUTH_TOKEN }} npmBranchTag: ':next' - name: publish to surge - uses: bevry-actions/surge@v1.0.3 + uses: bevry-actions/surge@v1.1.0 with: surgeLogin: ${{ secrets.SURGE_LOGIN }} surgeToken: ${{ secrets.SURGE_TOKEN }} diff --git a/HISTORY.md b/HISTORY.md index 6438422..a2e805a 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,9 @@ # History +## v7.5.0 2023 November 29 + +- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) + ## v7.4.0 2023 November 24 - Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) diff --git a/README.md b/README.md index 3ca956a..b7ea25f 100644 --- a/README.md +++ b/README.md @@ -106,14 +106,14 @@ Error: CError

Deno

``` typescript -import pkg from 'https://unpkg.com/errlop@^7.4.0/edition-deno/index.ts' +import pkg from 'https://unpkg.com/errlop@^7.5.0/edition-deno/index.ts' ```

Skypack

``` html ``` @@ -121,7 +121,7 @@ import pkg from 'https://unpkg.com/errlop@^7.4.0/edition-deno/index.ts' ``` html ``` @@ -129,7 +129,7 @@ import pkg from 'https://unpkg.com/errlop@^7.4.0/edition-deno/index.ts' ``` html ``` @@ -137,11 +137,12 @@ import pkg from 'https://unpkg.com/errlop@^7.4.0/edition-deno/index.ts'

This package is published with the following editions:

-