diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bc263d54..0109e21e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ + +# [24.0.0](https://github.com/ipfs/aegir/compare/v23.0.0...v24.0.0) (2020-06-16) + + +### Features + +* default to not include node globals anf builtins ([#578](https://github.com/ipfs/aegir/issues/578)) ([fecb4ae](https://github.com/ipfs/aegir/commit/fecb4ae)) + + +### BREAKING CHANGES + +* browser code will NOT have node globals and builtins available. + + + # [23.0.0](https://github.com/ipfs/aegir/compare/v22.1.0...v23.0.0) (2020-06-12)