diff --git a/packages/match-test-replace/CHANGELOG.md b/packages/match-test-replace/CHANGELOG.md
index f6e4a1c..b945d6b 100644
--- a/packages/match-test-replace/CHANGELOG.md
+++ b/packages/match-test-replace/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+## [1.1.16](https://github.com/azu/nlp-pattern-match/compare/match-test-replace@1.1.15...match-test-replace@1.1.16) (2019-01-25)
+
+
+
+
+**Note:** Version bump only for package match-test-replace
+
## [1.1.15](https://github.com/azu/nlp-pattern-match/compare/match-test-replace@1.1.14...match-test-replace@1.1.15) (2018-06-19)
diff --git a/packages/match-test-replace/package.json b/packages/match-test-replace/package.json
index 8908ba8..54f6d50 100644
--- a/packages/match-test-replace/package.json
+++ b/packages/match-test-replace/package.json
@@ -11,7 +11,7 @@
"src/"
],
"name": "match-test-replace",
- "version": "1.1.15",
+ "version": "1.1.16",
"description": "Easy pattern match and replace text.",
"main": "lib/match-test-replace.js",
"scripts": {
@@ -37,7 +37,7 @@
"lint-staged": "^7.2.0",
"mocha": "^5.2.0",
"nlcst-parse-english": "^1.1.2",
- "nlcst-pattern-match": "^1.3.4",
+ "nlcst-pattern-match": "^1.3.5",
"prettier": "^1.13.5",
"ts-node": "^6.1.1",
"typescript": "^2.5.3"
diff --git a/packages/nlcst-parse-japanese/CHANGELOG.md b/packages/nlcst-parse-japanese/CHANGELOG.md
index 40ffb7e..fe5410e 100644
--- a/packages/nlcst-parse-japanese/CHANGELOG.md
+++ b/packages/nlcst-parse-japanese/CHANGELOG.md
@@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# [1.2.0](https://github.com/azu/nlp-pattern-match/compare/nlcst-parse-japanese@1.1.3...nlcst-parse-japanese@1.2.0) (2019-01-25)
+
+
+### Features
+
+* pass `dictPath` option down to kuromojin ([#6](https://github.com/azu/nlp-pattern-match/issues/6)) ([e313046](https://github.com/azu/nlp-pattern-match/commit/e313046))
+
+
+
+
## [1.1.3](https://github.com/azu/nlp-pattern-match/compare/nlcst-parse-japanese@1.1.2...nlcst-parse-japanese@1.1.3) (2018-06-19)
diff --git a/packages/nlcst-parse-japanese/package.json b/packages/nlcst-parse-japanese/package.json
index 978aa02..65057f2 100644
--- a/packages/nlcst-parse-japanese/package.json
+++ b/packages/nlcst-parse-japanese/package.json
@@ -11,7 +11,7 @@
"src/"
],
"name": "nlcst-parse-japanese",
- "version": "1.1.3",
+ "version": "1.2.0",
"description": "Parse Japanese text and output as NLCST.",
"main": "lib/nlcst-parse-japanese.js",
"scripts": {
diff --git a/packages/nlcst-pattern-match/CHANGELOG.md b/packages/nlcst-pattern-match/CHANGELOG.md
index 151d494..7542d8d 100644
--- a/packages/nlcst-pattern-match/CHANGELOG.md
+++ b/packages/nlcst-pattern-match/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+## [1.3.5](https://github.com/azu/nlp-pattern-match/compare/nlcst-pattern-match@1.3.4...nlcst-pattern-match@1.3.5) (2019-01-25)
+
+
+
+
+**Note:** Version bump only for package nlcst-pattern-match
+
## [1.3.4](https://github.com/azu/nlp-pattern-match/compare/nlcst-pattern-match@1.3.3...nlcst-pattern-match@1.3.4) (2018-06-19)
diff --git a/packages/nlcst-pattern-match/package.json b/packages/nlcst-pattern-match/package.json
index cbaf07c..d0df6cf 100644
--- a/packages/nlcst-pattern-match/package.json
+++ b/packages/nlcst-pattern-match/package.json
@@ -11,7 +11,7 @@
"src/"
],
"name": "nlcst-pattern-match",
- "version": "1.3.4",
+ "version": "1.3.5",
"description": "Pattern match for NLCST.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
@@ -54,7 +54,7 @@
"lint-staged": "^7.2.0",
"mocha": "^5.2.0",
"nlcst-parse-english": "^1.1.2",
- "nlcst-parse-japanese": "^1.1.3",
+ "nlcst-parse-japanese": "^1.2.0",
"prettier": "^1.13.5",
"ts-node": "^6.1.1",
"typescript": "^2.5.3",