Skip to content

Commit 52693ec

Browse files
committed
v11.9.0 - boundation, changelog, version bump
1 parent 826f172 commit 52693ec

File tree

4 files changed

+102
-53
lines changed

4 files changed

+102
-53
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+
## v11.9.0 2023 December 5
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
## v11.8.0 2023 December 5
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
@@ -51,30 +51,30 @@ Common utilities and helpers to make testing assertions easier
5151
<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>
5252

5353
``` typescript
54-
import * as pkg from 'https://unpkg.com/assert-helpers@^11.8.0/edition-deno/index.ts'
54+
import * as pkg from 'https://unpkg.com/assert-helpers@^11.9.0/edition-deno/index.ts'
5555
```
5656

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

5959
``` html
6060
<script type="module">
61-
import * as pkg from '//cdn.skypack.dev/assert-helpers@^11.8.0'
61+
import * as pkg from '//cdn.skypack.dev/assert-helpers@^11.9.0'
6262
</script>
6363
```
6464

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

6767
``` html
6868
<script type="module">
69-
import * as pkg from '//unpkg.com/assert-helpers@^11.8.0'
69+
import * as pkg from '//unpkg.com/assert-helpers@^11.9.0'
7070
</script>
7171
```
7272

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

7575
``` html
7676
<script type="module">
77-
import * as pkg from '//dev.jspm.io/assert-helpers@11.8.0'
77+
import * as pkg from '//dev.jspm.io/assert-helpers@11.9.0'
7878
</script>
7979
```
8080

package-lock.json

Lines changed: 90 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"title": "Assert Helpers",
33
"name": "assert-helpers",
4-
"version": "11.8.0",
4+
"version": "11.9.0",
55
"description": "Common utilities and helpers to make testing assertions easier",
66
"homepage": "https://github.com/bevry/assert-helpers",
77
"license": "Artistic-2.0",
@@ -215,9 +215,9 @@
215215
"browser": "edition-browsers/index.js",
216216
"module": "edition-browsers/index.js",
217217
"dependencies": {
218-
"@bevry/ansi": "^6.6.0",
219-
"editions": "^6.17.0",
220-
"errlop": "^8.1.0"
218+
"@bevry/ansi": "^6.7.0",
219+
"editions": "^6.18.0",
220+
"errlop": "^8.2.0"
221221
},
222222
"devDependencies": {
223223
"@bevry/update-contributors": "^1.23.0",

0 commit comments

Comments
 (0)