Skip to content

Commit

Permalink
Merge pull request #22 from kwonoj/fix-electron
Browse files Browse the repository at this point in the history
fix(preamble): support electron without require
  • Loading branch information
kwonoj authored Sep 18, 2017
2 parents 3cc45f9 + e66c967 commit 4828433
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4,341 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="0.0.5"></a>
## [0.0.5](https://github.com/kwonoj/cld3-asm/compare/v0.0.4...v0.0.5) (2017-09-18)


### Bug Fixes

* **preamble:** support electron without require ([a612f74](https://github.com/kwonoj/cld3-asm/commit/a612f74))



<a name="0.0.4"></a>
## [0.0.4](https://github.com/kwonoj/cld3-asm/compare/v0.0.2...v0.0.4) (2017-09-16)

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": "cld3-asm",
"version": "0.0.4",
"version": "0.0.5",
"description": "WebAssembly based Javascript bindings for google compact language detector 3",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
Expand Down
Loading

0 comments on commit 4828433

Please sign in to comment.