Skip to content

Commit

Permalink
Merge pull request #192 from kwonoj/bump-binary
Browse files Browse the repository at this point in the history
fix(hunspell): bump to non-optimized hunspell
  • Loading branch information
kwonoj authored Jun 20, 2019
2 parents a457465 + 34fd5fb commit 83da6a5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 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="3.0.2"></a>
## [3.0.2](https://github.com/kwonoj/hunspell-asm/compare/v3.0.1...v3.0.2) (2019-06-20)


### Bug Fixes

* **hunspell:** bump to non-optimized hunspell ([97df1f6](https://github.com/kwonoj/hunspell-asm/commit/97df1f6)), closes [#187](https://github.com/kwonoj/hunspell-asm/issues/187)



<a name="3.0.1"></a>
## [3.0.1](https://github.com/kwonoj/hunspell-asm/compare/v3.0.0...v3.0.1) (2019-06-13)

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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hunspell-asm",
"version": "3.0.1",
"version": "3.0.2",
"description": "WebAssembly based Javascript bindings for hunspell spellchecker",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand All @@ -13,7 +13,7 @@
"commitizen": {
"path": "cz-conventional-changelog"
},
"hunspell-version": "9b2c03c-190612"
"hunspell-version": "e13bda0-190620"
},
"lint-staged": {
"*.ts": [
Expand Down

0 comments on commit 83da6a5

Please sign in to comment.