Skip to content

Commit

Permalink
v9.1.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 e131b04 commit 1bb1433
Show file tree
Hide file tree
Showing 4 changed files with 401 additions and 227 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/bevry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,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 @@ -42,6 +46,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

## v9.1.0 2023 November 25

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

## v9.0.0 2023 November 23

- Testen v8.0.0 supported Node.js v14 and v16 via the API, however the CLI did not, because the CLI depends on `string-width` which is a Sindre package that depends on dozens of other Sindre packages, and all Sindre packages needlessly break support for Node.js versions <=v18 and CJS modules (needless as they could have just used boundation)
Expand Down

0 comments on commit 1bb1433

Please sign in to comment.