From 6e947198e24c40b6049539944b630443bade8be6 Mon Sep 17 00:00:00 2001 From: Brian Benjamin Maranville Date: Wed, 3 Apr 2024 11:01:02 -0400 Subject: [PATCH] add notes for release 0.7.4 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63ff984..51c6b9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # Changelog +## v0.7.4 2024-04-03 +### Fixed + - added missing `.js` extension in type imports + ( see issue comment https://github.com/usnistgov/h5wasm/issues/31#issuecomment-2032301488 and fix in #71 ) ## v0.7.3 2024-04-02 ### Changed - removed references to `import.meta` in the compiled files, using `USE_ES6_IMPORT_META=0` compilation flag for emscripten. It shouldn't matter in any case, as it is compiled in single-file mode and there are no external imports at runtime.