CHANGELOG.md
412 Bytes
insert-module-globals Change Log
All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
7.2.1
- Fix incorrect output when source contains a top-level
const
declaration with the same name as an inserted global. (d86999f)