Skip to content

Commit 0af96ed

Browse files
authored
chore: release v5.1.1
1 parent cf032c1 commit 0af96ed

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"bugs": {
1212
"url": "https://github.com/textlint-ja/textlint-rule-no-doubled-joshi/issues"
1313
},
14-
"version": "5.1.0",
14+
"version": "5.1.1",
1515
"description": "textlint rule check doubled joshi",
1616
"main": "lib/no-doubled-joshi.js",
1717
"files": [

release-notes.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!-- Release notes generated using configuration in .github/release.yml at master -->
2+
3+
## What's Changed
4+
### Refactoring
5+
* fix: prevent token mutation by @yuta0709 in https://github.com/textlint-ja/textlint-rule-no-doubled-joshi/pull/71
6+
### Dependency Updates
7+
* chore(deps-dev): bump ejs from 3.1.9 to 3.1.10 by @dependabot[bot] in https://github.com/textlint-ja/textlint-rule-no-doubled-joshi/pull/67
8+
* chore(deps-dev): bump braces from 3.0.2 to 3.0.3 by @dependabot[bot] in https://github.com/textlint-ja/textlint-rule-no-doubled-joshi/pull/68
9+
* chore(deps): bump serialize-javascript and mocha by @dependabot[bot] in https://github.com/textlint-ja/textlint-rule-no-doubled-joshi/pull/70
10+
11+
## New Contributors
12+
* @yuta0709 made their first contribution in https://github.com/textlint-ja/textlint-rule-no-doubled-joshi/pull/71
13+
14+
**Full Changelog**: https://github.com/textlint-ja/textlint-rule-no-doubled-joshi/compare/v5.1.0...v5.1.1

0 commit comments

Comments
 (0)