Skip to content

Commit

Permalink
v6.16.0 - boundation, changelog, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Nov 24, 2023
1 parent 0de6c15 commit 7ff0814
Show file tree
Hide file tree
Showing 4 changed files with 266 additions and 36 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/bevry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Install Deno
uses: denoland/setup-deno@v1
with:
deno-version: vx.x.x
- name: Install desired Node.js version
uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -43,6 +47,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Deno
uses: denoland/setup-deno@v1
with:
deno-version: vx.x.x
- name: Install desired Node.js version
uses: actions/setup-node@v4
with:
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

## v6.16.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)

## v6.15.0 2023 November 23

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

0 comments on commit 7ff0814

Please sign in to comment.