Skip to content

Commit

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

## v5.4.0 2023 November 24

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

## v5.3.0 2023 November 21

- 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 @@ -48,7 +48,7 @@ Node's domain module for the web browser. This is merely an evented try...catch

``` html
<script type="module">
import * as pkg from '//dev.jspm.io/domain-browser@5.3.0'
import * as pkg from '//dev.jspm.io/domain-browser@5.4.0'
</script>
```

Expand Down
171 changes: 84 additions & 87 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "domain-browser",
"version": "5.3.0",
"version": "5.4.0",
"description": "Node's domain module for the web browser. This is merely an evented try...catch with the same API as node, nothing more.",
"homepage": "https://github.com/bevry/domain-browser",
"license": "Artistic-2.0",
Expand Down Expand Up @@ -111,10 +111,10 @@
},
"devDependencies": {
"@bevry/update-contributors": "^1.23.0",
"assert-helpers": "^11.5.0",
"assert-helpers": "^11.6.0",
"kava": "^7.3.0",
"projectz": "^3.2.0",
"valid-directory": "^4.4.0"
"projectz": "^3.3.0",
"valid-directory": "^4.5.0"
},
"scripts": {
"our:clean": "rm -rf ./docs ./edition* ./es2015 ./es5 ./out ./.next",
Expand Down

0 comments on commit bbf9645

Please sign in to comment.