From e164c77d6c1deb3633f396f352ffaa2dd16591b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Kooi?= Date: Fri, 9 Oct 2020 13:04:34 +0200 Subject: [PATCH] 7.2.1 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..85791c4 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,6 @@ +# insert-module-globals Change Log +All notable changes to this project will be documented in this file. +This project adheres to [Semantic Versioning](http://semver.org/). + +## 7.2.1 +* Fix incorrect output when source contains a top-level `const` declaration with the same name as an inserted global. ([d86999f](https://github.com/browserify/insert-module-globals/commit/d86999f0180e09dd272666f5aff8db04183b3ea2)) diff --git a/package.json b/package.json index a9106d5..022f2a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "insert-module-globals", - "version": "7.2.0", + "version": "7.2.1", "description": "insert implicit module globals into a module-deps stream", "main": "index.js", "bin": {