Skip to content

Commit 2c47417

Browse files
committed
chore(release): 0.0.2
1 parent 361b2d6 commit 2c47417

File tree

3 files changed

+19
-5
lines changed

3 files changed

+19
-5
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4+
5+
<a name="0.0.2"></a>
6+
## 0.0.2 (2018-06-14)
7+
8+
9+
### Bug Fixes
10+
11+
* **helper:** fix test since webpack 4 changes ([7dbcf24](https://github.com/DrSensor/binaryen-loader/commit/7dbcf24))
12+
13+
14+
115
# Change Log
216

317
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "binaryen-loader",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "loader to reduce wasm code size based on Binaryen",
55
"license": "MIT",
6-
"repository": "null/binaryen-loader",
6+
"repository": "DrSensor/binaryen-loader",
77
"author": "Fahmi Akbar Wildana",
8-
"homepage": "https://github.com/null/binaryen-loader",
9-
"bugs": "https://github.com/null/binaryen-loader/issues",
8+
"homepage": "https://github.com/DrSensor/binaryen-loader",
9+
"bugs": "https://github.com/DrSensor/binaryen-loader/issues",
1010
"bin": "",
1111
"main": "index.js",
1212
"engines": {

0 commit comments

Comments
 (0)