Skip to content

Commit

Permalink
v5.5.0 - boundation, changelog, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Dec 5, 2023
1 parent bbf9645 commit c0fbc89
Show file tree
Hide file tree
Showing 5 changed files with 339 additions and 154 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/bevry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 desired Node.js version
Expand Down
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# History

## v5.5.0 2023 December 6

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

## v5.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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Node's domain module for the web browser. This is merely an evented try...catch

``` html
<script type="module">
import * as pkg from '//dev.jspm.io/domain-browser@5.4.0'
import * as pkg from '//dev.jspm.io/domain-browser@5.5.0'
</script>
```

Expand Down
Loading

0 comments on commit c0fbc89

Please sign in to comment.