From 97df1f69621d7508e7b213141441cc47358a7f0c Mon Sep 17 00:00:00 2001 From: OJ Kwon Date: Thu, 20 Jun 2019 10:43:45 -0700 Subject: [PATCH 1/2] fix(hunspell): bump to non-optimized hunspell - closes #187 --- package-lock.json | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 76e6ed3..b1ecb2e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "hunspell-asm", - "version": "3.0.1", + "version": "3.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index eeef625..bccaf32 100644 --- a/package.json +++ b/package.json @@ -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", @@ -13,7 +13,7 @@ "commitizen": { "path": "cz-conventional-changelog" }, - "hunspell-version": "9b2c03c-190612" + "hunspell-version": "e13bda0-190620" }, "lint-staged": { "*.ts": [ From 34fd5fb7e91570a0beb03ab62612aa2f56e03af0 Mon Sep 17 00:00:00 2001 From: OJ Kwon Date: Thu, 20 Jun 2019 11:20:29 -0700 Subject: [PATCH 2/2] build(release): release 3.0.2 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6be0d4..8eb05ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [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) + + + ## [3.0.1](https://github.com/kwonoj/hunspell-asm/compare/v3.0.0...v3.0.1) (2019-06-13)