Skip to content

Commit

Permalink
v4.7.0 - boundation, changelog, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Dec 6, 2023
1 parent aed2e6d commit 6d5b230
Show file tree
Hide file tree
Showing 9 changed files with 475 additions and 1,247 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/bevry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,17 @@ jobs:
matrix:
os:
- ubuntu-latest
- macos-latest
- windows-latest
node:
- '16'
- '18'
- '20'
- '21'
runs-on: ${{ matrix.os }}
continue-on-error: ${{ contains('16', matrix.node) }}
continue-on-error: >-
${{ contains('16', matrix.node) || contains('macos-latest windows-latest',
matrix.os) }}
steps:
- uses: actions/checkout@v4
- name: Install Deno
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

## v4.7.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)

## v4.6.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)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ validate(path)
console.log(
path,
'is an INVALID directory due to these:',
invalidPaths
invalidPaths,
)
process.exit(1)
}
Expand Down Expand Up @@ -96,7 +96,7 @@ To validate your packages before you publish them, you can do the following:
<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/valid-directory@^4.6.0/edition-deno/index.ts'
import pkg from 'https://unpkg.com/valid-directory@^4.7.0/edition-deno/index.ts'
```

<h3><a href="https://editions.bevry.me" title="Editions are the best way to produce and consume packages you care about.">Editions</a></h3>
Expand Down
Loading

0 comments on commit 6d5b230

Please sign in to comment.