Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Jan 25, 2019
1 parent e313046 commit 7a34fb0
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 5 deletions.
8 changes: 8 additions & 0 deletions packages/match-test-replace/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="1.1.16"></a>
## [1.1.16](https://github.com/azu/nlp-pattern-match/compare/[email protected]@1.1.16) (2019-01-25)




**Note:** Version bump only for package match-test-replace

<a name="1.1.15"></a>
## [1.1.15](https://github.com/azu/nlp-pattern-match/compare/[email protected]@1.1.15) (2018-06-19)

Expand Down
4 changes: 2 additions & 2 deletions packages/match-test-replace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -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"
Expand Down
11 changes: 11 additions & 0 deletions packages/nlcst-parse-japanese/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="1.2.0"></a>
# [1.2.0](https://github.com/azu/nlp-pattern-match/compare/[email protected]@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))




<a name="1.1.3"></a>
## [1.1.3](https://github.com/azu/nlp-pattern-match/compare/[email protected]@1.1.3) (2018-06-19)

Expand Down
2 changes: 1 addition & 1 deletion packages/nlcst-parse-japanese/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
8 changes: 8 additions & 0 deletions packages/nlcst-pattern-match/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="1.3.5"></a>
## [1.3.5](https://github.com/azu/nlp-pattern-match/compare/[email protected]@1.3.5) (2019-01-25)




**Note:** Version bump only for package nlcst-pattern-match

<a name="1.3.4"></a>
## [1.3.4](https://github.com/azu/nlp-pattern-match/compare/[email protected]@1.3.4) (2018-06-19)

Expand Down
4 changes: 2 additions & 2 deletions packages/nlcst-pattern-match/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 7a34fb0

Please sign in to comment.