Skip to content

Commit

Permalink
add notes for release 0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaranville committed Apr 3, 2024
1 parent 12a7fc4 commit 6e94719
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 6e94719

Please sign in to comment.