Skip to content

Commit

Permalink
Merge pull request #37 from kwonoj/feat-export
Browse files Browse the repository at this point in the history
feat(index): export constant for und
  • Loading branch information
kwonoj authored Oct 19, 2017
2 parents 64123fb + af7515d commit 1787b11
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 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.10"></a>
## [0.0.10](https://github.com/kwonoj/cld3-asm/compare/v0.0.9...v0.0.10) (2017-10-19)


### Features

* **index:** export constant for und ([65fb78d](https://github.com/kwonoj/cld3-asm/commit/65fb78d))



<a name="0.0.9"></a>
## [0.0.9](https://github.com/kwonoj/cld3-asm/compare/v0.0.8...v0.0.9) (2017-10-10)

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.9",
"version": "0.0.10",
"description": "WebAssembly based Javascript bindings for google compact language detector 3",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ export { loadModule } from './loadModule';
export { log, enableLogger } from './util/logger';
export { ENVIRONMENT } from 'emscripten-wasm-loader';
export { LanguageIdentifier, CldFactory } from './cldFactory';
export { LanguageResult } from './cldAsmModule';
export { LanguageResult, UnknownLanguage } from './cldAsmModule';

0 comments on commit 1787b11

Please sign in to comment.