Skip to content

Commit

Permalink
v11.4.0 - boundation, changelog, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Nov 14, 2023
1 parent 7861d97 commit ae0209f
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 25 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# History

## v11.4.0 2023 November 14

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

## v11.3.0 2023 November 14

- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,23 +51,23 @@ Common utilities and helpers to make testing assertions easier

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

Expand Down
38 changes: 19 additions & 19 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": "Assert Helpers",
"name": "assert-helpers",
"version": "11.3.0",
"version": "11.4.0",
"description": "Common utilities and helpers to make testing assertions easier",
"homepage": "https://github.com/bevry/assert-helpers",
"license": "Artistic-2.0",
Expand Down Expand Up @@ -196,8 +196,8 @@
"module": "edition-browsers/index.js",
"dependencies": {
"@bevry/ansi": "^6.1.0",
"editions": "^6.11.0",
"errlop": "^7.1.0"
"editions": "^6.12.0",
"errlop": "^7.2.0"
},
"devDependencies": {
"@bevry/update-contributors": "^1.23.0",
Expand Down

0 comments on commit ae0209f

Please sign in to comment.