File tree 4 files changed +24
-2
lines changed
packages/textlint-rule-ja-space-around-link
4 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
17
## [ 2.1.1] ( https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.1.0...v2.1.1 ) (2021-05-05)
7
18
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"lerna" : " 2.0.0-beta.24" ,
3
- "version" : " 2.1.1 " ,
3
+ "version" : " 2.1.2 " ,
4
4
"useWorkspaces" : true ,
5
5
"npmClient" : " yarn"
6
6
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
17
# [ 2.1.0] ( https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.0.2...v2.1.0 ) (2021-02-25)
7
18
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " textlint-rule-ja-space-around-link" ,
3
- "version" : " 2.1.0 " ,
3
+ "version" : " 2.1.2 " ,
4
4
"description" : " リンクの周りをスペースで囲むかどうかを決めるtextlintルール" ,
5
5
"main" : " lib/index.js" ,
6
6
"files" : [
You can’t perform that action at this time.
0 commit comments