From ddd4f12ddddf94ad53ec17a742008c23ad666cef Mon Sep 17 00:00:00 2001 From: Natalie Weizenbaum Date: Tue, 21 Feb 2023 16:20:38 -0800 Subject: [PATCH] Release 2.0.2 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fcfc302..ffb035d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 2.0.2 + +* Don't crash when running in browser environments. + # 2.0.1 * Define properties for `global.location` and `global.document` rather than diff --git a/pubspec.yaml b/pubspec.yaml index 7e0945f..935314a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: node_preamble author: Michael Bullington homepage: https://github.com/mbullington/node_preamble.dart -version: 2.0.1 +version: 2.0.2 description: Better node.js preamble for dart2js, use it in your build system. environment: