Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…e/4.1.2)- Sep 18, 2019, 4:13 PM [skip ci]

v4.1.2
ed1221f
## [4.1.2](v4.1.1...v4.1.2) (2019-09-18)

### Bug Fixes

* **helpers.js:** use a regexp with the global flag to replace all instances in a path ([1906179](1906179))
  • Loading branch information
semantic-release-bot committed Sep 18, 2019
1 parent ed1221f commit b78c57a
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 @@
## [4.1.2](https://github.com/mysterycommand/parcel-plugin-wasm-pack/compare/v4.1.1...v4.1.2) (2019-09-18)


### Bug Fixes

* **helpers.js:** use a regexp with the global flag to replace all instances in a path ([1906179](https://github.com/mysterycommand/parcel-plugin-wasm-pack/commit/1906179))

## [4.1.1](https://github.com/mysterycommand/parcel-plugin-wasm-pack/compare/v4.1.0...v4.1.1) (2019-07-21)


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

0 comments on commit b78c57a

Please sign in to comment.