Skip to content

Commit

Permalink
v7.1.0 - boundation, changelog, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Nov 13, 2023
1 parent 8792d2e commit 4934846
Show file tree
Hide file tree
Showing 4 changed files with 76 additions and 72 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# History

## v7.1.0 2023 November 13

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

## v7.0.0 2023 November 13

- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Kava has been powering accurate test suites for Node.js and Web Browsers since 2

``` html
<script type="module">
import * as pkg from '//dev.jspm.io/kava@7.0.0'
import * as pkg from '//dev.jspm.io/kava@7.1.0'
</script>
```

Expand Down
132 changes: 66 additions & 66 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kava",
"version": "7.0.0",
"version": "7.1.0",
"description": "Kava has been powering accurate test suites for Node.js and Web Browsers since 2012.",
"homepage": "https://github.com/bevry/kava",
"license": "Artistic-2.0",
Expand Down Expand Up @@ -144,17 +144,17 @@
"main": "index.cjs",
"browser": "edition-browsers/index.js",
"dependencies": {
"editions": "^6.10.0",
"event-emitter-grouped": "^6.0.0",
"taskgroup": "^9.1.0"
"editions": "^6.11.0",
"event-emitter-grouped": "^6.1.0",
"taskgroup": "^9.2.0"
},
"devDependencies": {
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.3",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/preset-env": "^7.23.3",
"@bevry/update-contributors": "^1.23.0",
"assert-helpers": "^11.1.0",
"assert-helpers": "^11.2.0",
"eslint": "^8.53.0",
"eslint-config-bevry": "^3.29.0",
"eslint-config-prettier": "^9.0.0",
Expand Down

0 comments on commit 4934846

Please sign in to comment.