From e52ec6a4285a2012a2e41500117a0c5d229e0028 Mon Sep 17 00:00:00 2001 From: Hugo Dias Date: Tue, 16 Jun 2020 15:55:06 +0100 Subject: [PATCH] chore: release version v24.0.0 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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)