Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…19, 10:57 PM [skip ci]

v1.0.2
2f76196
## [1.0.2](v1.0.1...v1.0.2) (2019-04-28)

### Bug Fixes

* **src/WasmPackAsset.js:** make the dependency lookup dynamic based on production or dev ([62e1cdb](62e1cdb))
  • Loading branch information
semantic-release-bot committed Apr 28, 2019
1 parent 2f76196 commit 9242c91
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 @@
## [1.0.2](https://github.com/mysterycommand/parcel-plugin-wasm-pack/compare/v1.0.1...v1.0.2) (2019-04-28)


### Bug Fixes

* **src/WasmPackAsset.js:** make the dependency lookup dynamic based on production or dev ([62e1cdb](https://github.com/mysterycommand/parcel-plugin-wasm-pack/commit/62e1cdb))

## [1.0.1](https://github.com/mysterycommand/parcel-plugin-wasm-pack/compare/v1.0.0...v1.0.1) (2019-04-15)


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": "1.0.1",
"version": "1.0.2",
"description": "A Parcel plugin",
"main": "index.js",
"files": [
Expand Down

0 comments on commit 9242c91

Please sign in to comment.