File tree 6 files changed +34
-4
lines changed
textlint-rule-ja-space-around-code
textlint-rule-preset-ja-spacing
6 files changed +34
-4
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.1] ( https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.1.0...v2.1.1 ) (2021-05-05)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** space-around-code:** インラインコードの後にスペースを強制する処理が正常に動作していない不具合を修正 ([ #26 ] ( https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/issues/26 ) ) ([ 02573de] ( https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/commit/02573de681e18f8b6309573b306449396151e4fd ) )
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
"lerna" : " 2.0.0-beta.24" ,
3
- "version" : " 2.1.0 " ,
3
+ "version" : " 2.1.1 " ,
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.1] ( https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.1.0...v2.1.1 ) (2021-05-05)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** space-around-code:** インラインコードの後にスペースを強制する処理が正常に動作していない不具合を修正 ([ #26 ] ( https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/issues/26 ) ) ([ 02573de] ( https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/commit/02573de681e18f8b6309573b306449396151e4fd ) )
12
+
13
+
14
+
15
+
16
+
6
17
## [ 2.0.2] ( https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.0.1...v2.0.2 ) (2020-09-09)
7
18
8
19
** Note:** Version bump only for package textlint-rule-ja-space-around-code
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " textlint-rule-ja-space-around-code" ,
3
- "version" : " 2.0.2 " ,
3
+ "version" : " 2.1.1 " ,
4
4
"description" : " インラインコードの周りをスペースで囲むかどうかを決めるtextlintルール" ,
5
5
"main" : " lib/index.js" ,
6
6
"files" : [
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.1] ( https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.1.0...v2.1.1 ) (2021-05-05)
7
+
8
+ ** Note:** Version bump only for package textlint-rule-preset-ja-spacing
9
+
10
+
11
+
12
+
13
+
6
14
## [ 2.0.2] ( https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.0.1...v2.0.2 ) (2020-09-09)
7
15
8
16
** Note:** Version bump only for package textlint-rule-preset-ja-spacing
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " textlint-rule-preset-ja-spacing" ,
3
- "version" : " 2.0.2 " ,
3
+ "version" : " 2.1.1 " ,
4
4
"description" : " textlint-rule-preset-ja-spacingのルールプリセット" ,
5
5
"main" : " lib/index.js" ,
6
6
"files" : [
37
37
"textlint-rule-ja-no-space-between-full-width" : " ^2.0.2" ,
38
38
"textlint-rule-ja-space-after-exclamation" : " ^2.0.2" ,
39
39
"textlint-rule-ja-space-after-question" : " ^2.0.2" ,
40
- "textlint-rule-ja-space-around-code" : " ^2.0.2 " ,
40
+ "textlint-rule-ja-space-around-code" : " ^2.1.1 " ,
41
41
"textlint-rule-ja-space-between-half-and-full-width" : " ^2.0.2"
42
42
}
43
43
}
You can’t perform that action at this time.
0 commit comments