Skip to content

Commit

Permalink
v6.22.0 - boundation, changelog, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Nov 23, 2023
1 parent 0412c03 commit 86e74f7
Show file tree
Hide file tree
Showing 5 changed files with 171 additions and 110 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.22.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)

## v6.21.0 2023 November 21

- 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 @@ -96,30 +96,30 @@ console.log(stringify({ a: 1, b: 2 }))
<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 * as pkg from 'https://unpkg.com/envfile@^6.21.0/edition-deno/index.ts'
import * as pkg from 'https://unpkg.com/envfile@^6.22.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 * as pkg from '//cdn.skypack.dev/envfile@^6.21.0'
import * as pkg from '//cdn.skypack.dev/envfile@^6.22.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 * as pkg from '//unpkg.com/envfile@^6.21.0'
import * as pkg from '//unpkg.com/envfile@^6.22.0'
</script>
```

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

``` html
<script type="module">
import * as pkg from '//dev.jspm.io/envfile@6.21.0'
import * as pkg from '//dev.jspm.io/envfile@6.22.0'
</script>
```

Expand Down

0 comments on commit 86e74f7

Please sign in to comment.