Skip to content

Commit

Permalink
v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Jan 23, 2023
1 parent 4eec7ed commit cb4c4f8
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 4 deletions.
11 changes: 11 additions & 0 deletions 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.

# [2.3.0](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.2.0...v2.3.0) (2023-01-23)


### Features

* **space-between-half-and-full-width:** add an option to ignore numbers and apply only to alphabets ([#45](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/issues/45)) ([4eec7ed](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/commit/4eec7ed56db4089153ab31fd087fcb702525e298))





# [2.2.0](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.1.3...v2.2.0) (2021-07-22)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.0.0-beta.24",
"version": "2.2.0",
"version": "2.3.0",
"useWorkspaces": true,
"npmClient": "yarn"
}
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.

# [2.3.0](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.2.0...v2.3.0) (2023-01-23)


### Features

* **space-between-half-and-full-width:** add an option to ignore numbers and apply only to alphabets ([#45](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/issues/45)) ([4eec7ed](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/commit/4eec7ed56db4089153ab31fd087fcb702525e298))





# [2.2.0](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.1.3...v2.2.0) (2021-07-22)


Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "textlint-rule-ja-space-between-half-and-full-width",
"version": "2.2.0",
"version": "2.3.0",
"description": "半角文字と全角文字のスペースについてのtextlintルール",
"main": "lib/index.js",
"files": [
Expand Down
8 changes: 8 additions & 0 deletions packages/textlint-rule-preset-ja-spacing/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.

# [2.3.0](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.2.0...v2.3.0) (2023-01-23)

**Note:** Version bump only for package textlint-rule-preset-ja-spacing





# [2.2.0](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.1.3...v2.2.0) (2021-07-22)

**Note:** Version bump only for package textlint-rule-preset-ja-spacing
Expand Down
4 changes: 2 additions & 2 deletions packages/textlint-rule-preset-ja-spacing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "textlint-rule-preset-ja-spacing",
"version": "2.2.0",
"version": "2.3.0",
"description": "textlint-rule-preset-ja-spacingのルールプリセット",
"main": "lib/index.js",
"files": [
Expand Down Expand Up @@ -38,6 +38,6 @@
"textlint-rule-ja-space-after-exclamation": "^2.2.0",
"textlint-rule-ja-space-after-question": "^2.2.0",
"textlint-rule-ja-space-around-code": "^2.2.0",
"textlint-rule-ja-space-between-half-and-full-width": "^2.2.0"
"textlint-rule-ja-space-between-half-and-full-width": "^2.3.0"
}
}

0 comments on commit cb4c4f8

Please sign in to comment.