Skip to content

Commit

Permalink
v6.24.0 - boundation, changelog, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Jul 29, 2021
1 parent 9556348 commit de2b3c8
Show file tree
Hide file tree
Showing 4 changed files with 179 additions and 219 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.24.0 2021 July 30

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

## v6.23.0 2021 July 29

- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Fellow is a package for creating people that can be unified by their shared valu

## Usage

[Complete API Documentation.](http://master.fellow.bevry.surge.sh/docs/globals.html)
[Complete API Documentation.](http://master.fellow.bevry.surge.sh/docs/)

<!-- INSTALL/ -->

Expand All @@ -51,30 +51,30 @@ Fellow is a package for creating people that can be unified by their shared valu
<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/fellow@^6.23.0/edition-deno/index.ts'
import pkg from 'https://unpkg.com/fellow@^6.24.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/fellow@^6.23.0'
import pkg from '//cdn.skypack.dev/fellow@^6.24.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/fellow@^6.23.0'
import pkg from '//unpkg.com/fellow@^6.24.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/fellow@6.23.0'
import pkg from '//dev.jspm.io/fellow@6.24.0'
</script>
```

Expand Down
Loading

0 comments on commit de2b3c8

Please sign in to comment.