Skip to content

Commit 8fdb07a

Browse files
committed
v11.2.0 - boundation, changelog, version bump
1 parent 379a13e commit 8fdb07a

File tree

6 files changed

+133
-102
lines changed

6 files changed

+133
-102
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.2.0 2023 November 13
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.1.0 2023 November 13
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,23 +51,23 @@ Common utilities and helpers to make testing assertions easier
5151

5252
``` html
5353
<script type="module">
54-
import * as pkg from '//cdn.skypack.dev/assert-helpers@^11.1.0'
54+
import * as pkg from '//cdn.skypack.dev/assert-helpers@^11.2.0'
5555
</script>
5656
```
5757

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

6060
``` html
6161
<script type="module">
62-
import * as pkg from '//unpkg.com/assert-helpers@^11.1.0'
62+
import * as pkg from '//unpkg.com/assert-helpers@^11.2.0'
6363
</script>
6464
```
6565

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

6868
``` html
6969
<script type="module">
70-
import * as pkg from '//dev.jspm.io/assert-helpers@11.1.0'
70+
import * as pkg from '//dev.jspm.io/assert-helpers@11.2.0'
7171
</script>
7272
```
7373

package-lock.json

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

package.json

Lines changed: 8 additions & 7 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.1.0",
4+
"version": "11.2.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",
@@ -195,9 +195,9 @@
195195
"browser": "edition-browsers/index.js",
196196
"module": "edition-browsers/index.js",
197197
"dependencies": {
198-
"@bevry/ansi": "^6.0.0",
199-
"editions": "^6.9.0",
200-
"errlop": "^7.0.0"
198+
"@bevry/ansi": "^6.1.0",
199+
"editions": "^6.10.0",
200+
"errlop": "^7.1.0"
201201
},
202202
"devDependencies": {
203203
"@bevry/update-contributors": "^1.23.0",
@@ -209,8 +209,8 @@
209209
"eslint-config-prettier": "^9.0.0",
210210
"eslint-plugin-prettier": "^5.0.1",
211211
"filedirname": "^2.8.0",
212-
"kava": "6.0.0",
213-
"prettier": "^3.0.3",
212+
"kava": "^7.0.0",
213+
"prettier": "^3.1.0",
214214
"projectz": "^2.23.0",
215215
"surge": "^0.23.1",
216216
"typedoc": "^0.25.3",
@@ -257,6 +257,7 @@
257257
},
258258
"prettier": {
259259
"semi": false,
260-
"singleQuote": true
260+
"singleQuote": true,
261+
"trailingComma": "es5"
261262
}
262263
}

0 commit comments

Comments
 (0)