Skip to content

Commit

Permalink
Merge pull request #69 from kwonoj/bump-cld3
Browse files Browse the repository at this point in the history
build(package): bump cld3 binary
  • Loading branch information
kwonoj authored Feb 4, 2018
2 parents 57b3028 + 359cf9c commit bd7a75d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
<a name="1.0.1"></a>
## [1.0.1](https://github.com/kwonoj/cld3-asm/compare/v1.0.0...v1.0.1) (2018-02-04)


### Bug Fixes

* **package:** update utf8 to version 3.0.0 ([ac47f89](https://github.com/kwonoj/cld3-asm/commit/ac47f89))


### Features

* **cld3:** bump up cld3 binary ([b3e37b6](https://github.com/kwonoj/cld3-asm/commit/b3e37b6))



<a name="1.0.0"></a>
# [1.0.0](https://github.com/kwonoj/cld3-asm/compare/v0.0.11...v1.0.0) (2017-11-30)

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

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cld3-asm",
"version": "1.0.0",
"version": "1.0.1",
"description": "WebAssembly based Javascript bindings for google compact language detector 3",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
Expand All @@ -12,7 +12,7 @@
"commitizen": {
"path": "cz-conventional-changelog"
},
"cld3-version": "e435412-180118"
"cld3-version": "8f485fc-180204"
},
"lint-staged": {
"*.{ts,js}": [
Expand Down

0 comments on commit bd7a75d

Please sign in to comment.