Skip to content

Commit

Permalink
Merge pull request #125 from kwonoj/releaese-beta
Browse files Browse the repository at this point in the history
build(release): release 2.0.0-beta.5
  • Loading branch information
kwonoj authored Jan 31, 2019
2 parents b487b0e + 23d8bc7 commit c84d045
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<a name="2.0.0-beta.5"></a>
# [2.0.0-beta.5](https://github.com/kwonoj/cld3-asm/compare/v2.0.0-beta.4...v2.0.0-beta.5) (2019-01-31)


### Features

* **loadmodule:** support environment override ([10cffa8](https://github.com/kwonoj/cld3-asm/commit/10cffa8))
* **wrapcldinterface:** cwrap interfaces ([430f850](https://github.com/kwonoj/cld3-asm/commit/430f850))



<a name="2.0.0-beta.4"></a>
# [2.0.0-beta.4](https://github.com/kwonoj/cld3-asm/compare/v2.0.0-beta.3...v2.0.0-beta.4) (2018-10-31)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "2.0.0-beta.4",
"version": "2.0.0-beta.5",
"description": "WebAssembly based Javascript bindings for google compact language detector 3",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down

0 comments on commit c84d045

Please sign in to comment.