Skip to content

Commit 56b7dfd

Browse files
committed
v2.1.2
1 parent 3f8c438 commit 56b7dfd

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.1.2](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.1.1...v2.1.2) (2021-05-06)
7+
8+
9+
### Bug Fixes
10+
11+
* **space-around-link:** リンクの後にスペースを強制する処理が正常に動作していない不具合を修正 ([#27](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/issues/27)) ([3f8c438](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/commit/3f8c438a7c6d3014133729c151e820d8dd6bc69b))
12+
13+
14+
15+
16+
617
## [2.1.1](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.1.0...v2.1.1) (2021-05-05)
718

819

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "2.0.0-beta.24",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"useWorkspaces": true,
55
"npmClient": "yarn"
66
}

packages/textlint-rule-ja-space-around-link/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.1.2](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.1.1...v2.1.2) (2021-05-06)
7+
8+
9+
### Bug Fixes
10+
11+
* **space-around-link:** リンクの後にスペースを強制する処理が正常に動作していない不具合を修正 ([#27](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/issues/27)) ([3f8c438](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/commit/3f8c438a7c6d3014133729c151e820d8dd6bc69b))
12+
13+
14+
15+
16+
617
# [2.1.0](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.0.2...v2.1.0) (2021-02-25)
718

819

packages/textlint-rule-ja-space-around-link/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "textlint-rule-ja-space-around-link",
3-
"version": "2.1.0",
3+
"version": "2.1.2",
44
"description": "リンクの周りをスペースで囲むかどうかを決めるtextlintルール",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)