Skip to content

Commit 86e74f7

Browse files
committed
v6.22.0 - boundation, changelog, version bump
1 parent 0412c03 commit 86e74f7

File tree

5 files changed

+171
-110
lines changed

5 files changed

+171
-110
lines changed

HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# History
22

3+
## v6.22.0 2023 November 23
4+
5+
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
6+
37
## v6.21.0 2023 November 21
48

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

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,30 +96,30 @@ console.log(stringify({ a: 1, b: 2 }))
9696
<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>
9797

9898
``` typescript
99-
import * as pkg from 'https://unpkg.com/envfile@^6.21.0/edition-deno/index.ts'
99+
import * as pkg from 'https://unpkg.com/envfile@^6.22.0/edition-deno/index.ts'
100100
```
101101

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

104104
``` html
105105
<script type="module">
106-
import * as pkg from '//cdn.skypack.dev/envfile@^6.21.0'
106+
import * as pkg from '//cdn.skypack.dev/envfile@^6.22.0'
107107
</script>
108108
```
109109

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

112112
``` html
113113
<script type="module">
114-
import * as pkg from '//unpkg.com/envfile@^6.21.0'
114+
import * as pkg from '//unpkg.com/envfile@^6.22.0'
115115
</script>
116116
```
117117

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

120120
``` html
121121
<script type="module">
122-
import * as pkg from '//dev.jspm.io/envfile@6.21.0'
122+
import * as pkg from '//dev.jspm.io/envfile@6.22.0'
123123
</script>
124124
```
125125

0 commit comments

Comments
 (0)