Skip to content

Commit

Permalink
v6.6.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 1431ba7 commit 10ac658
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 12 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# History

## v6.6.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.5.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
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,30 +71,30 @@ Want to detect if a file is text or binary? Check out [bevry/istextorbinary](htt
<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/binaryextensions@^6.5.0/edition-deno/index.ts'
import pkg from 'https://unpkg.com/binaryextensions@^6.6.0/edition-deno/index.ts'
```

<a href="https://www.skypack.dev" title="Skypack is a JavaScript Delivery Network for modern web apps"><h3>Skypack</h3></a>

``` html
<script type="module">
import pkg from '//cdn.skypack.dev/binaryextensions@^6.5.0'
import pkg from '//cdn.skypack.dev/binaryextensions@^6.6.0'
</script>
```

<a href="https://unpkg.com" title="unpkg is a fast, global content delivery network for everything on npm"><h3>unpkg</h3></a>

``` html
<script type="module">
import pkg from '//unpkg.com/binaryextensions@^6.5.0'
import pkg from '//unpkg.com/binaryextensions@^6.6.0'
</script>
```

<a href="https://jspm.io" title="Native ES Modules CDN"><h3>jspm</h3></a>

``` html
<script type="module">
import pkg from '//dev.jspm.io/binaryextensions@6.5.0'
import pkg from '//dev.jspm.io/binaryextensions@6.6.0'
</script>
```

Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": "The Definitive List of Binary Extensions",
"name": "binaryextensions",
"version": "6.5.0",
"version": "6.6.0",
"description": "A package that contains an array of every single file extension there is for binary files",
"homepage": "https://github.com/bevry/binaryextensions",
"license": "Artistic-2.0",
Expand Down Expand Up @@ -182,7 +182,7 @@
"devDependencies": {
"@bevry/fs-write": "^1.2.0",
"@bevry/update-contributors": "^1.23.0",
"@types/node": "^20.9.5",
"@types/node": "^20.10.0",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"assert-helpers": "^11.5.0",
Expand Down

0 comments on commit 10ac658

Please sign in to comment.