Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…e/3.0.3)- Jun 27, 2019, 2:52 PM [skip ci]

v3.0.3
8b1ad00
## [3.0.3](v3.0.2...v3.0.3) (2019-06-27)

### Bug Fixes

* **WasmPackAsset:** replace 'import.meta.url' with an error saying that the module arg is required f ([ece0ac4](ece0ac4)), closes [#54](#54)
  • Loading branch information
semantic-release-bot committed Jun 27, 2019
1 parent 8b1ad00 commit a0439cb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.0.3](https://github.com/mysterycommand/parcel-plugin-wasm-pack/compare/v3.0.2...v3.0.3) (2019-06-27)


### Bug Fixes

* **WasmPackAsset:** replace 'import.meta.url' with an error saying that the module arg is required f ([ece0ac4](https://github.com/mysterycommand/parcel-plugin-wasm-pack/commit/ece0ac4)), closes [#54](https://github.com/mysterycommand/parcel-plugin-wasm-pack/issues/54)

## [3.0.2](https://github.com/mysterycommand/parcel-plugin-wasm-pack/compare/v3.0.1...v3.0.2) (2019-05-30)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "parcel-plugin-wasm-pack",
"version": "3.0.2",
"version": "3.0.3",
"description": "A Parcel plugin",
"main": "index.js",
"files": [
Expand Down

0 comments on commit a0439cb

Please sign in to comment.