Skip to content

Commit

Permalink
Merge pull request #113 from kwonoj/bump-hunspell
Browse files Browse the repository at this point in the history
build(package): bump up hunspell binary
  • Loading branch information
kwonoj authored Feb 4, 2018
2 parents 17576e3 + 4211532 commit 2b9b9b5
Show file tree
Hide file tree
Showing 2 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="1.0.1"></a>
## [1.0.1](https://github.com/kwonoj/hunspell-asm/compare/v1.0.0...v1.0.1) (2018-02-04)


### Bug Fixes

* **hunspellasmmodule:** update runtime module signature ([cbf45f9](https://github.com/kwonoj/hunspell-asm/commit/cbf45f9))



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

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "hunspell-asm",
"version": "1.0.0",
"version": "1.0.1",
"description": "WebAssembly based Javascript bindings for hunspell spellchecker",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
},
"hunspell-version": "528348c-180118"
"hunspell-version": "e6e3c6f-180204"
},
"lint-staged": {
"*.ts": [
Expand Down

0 comments on commit 2b9b9b5

Please sign in to comment.