Skip to content

Commit

Permalink
v8.4.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 c9a5ca1 commit 9f5dfef
Show file tree
Hide file tree
Showing 4 changed files with 162 additions and 202 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# History

## v8.4.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)

## v8.3.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
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Common utilities and helpers to make testing assertions easier

## Usage

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

<!-- INSTALL/ -->

Expand All @@ -52,23 +52,23 @@ Common utilities and helpers to make testing assertions easier

``` html
<script type="module">
import * as pkg from '//cdn.skypack.dev/assert-helpers@^8.3.0'
import * as pkg from '//cdn.skypack.dev/assert-helpers@^8.4.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/assert-helpers@^8.3.0'
import * as pkg from '//unpkg.com/assert-helpers@^8.4.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/assert-helpers@8.3.0'
import * as pkg from '//dev.jspm.io/assert-helpers@8.4.0'
</script>
```

Expand Down
Loading

0 comments on commit 9f5dfef

Please sign in to comment.