@anolilab/textlint-config 3.0.0 → 3.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ### @anolilab/textlint-config [3.0.1](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/textlint-config@3.0.0...@anolilab/textlint-config@3.0.1) (2022-01-15)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update dependencies (non-major) ([354adee](https://github.com/anolilab/javascript-style-guide/commit/354adee555f89913a038ab67e3323ec13f51dfc2))
7
+
1
8
  ## @anolilab/textlint-config [3.0.0](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/textlint-config@2.0.9...@anolilab/textlint-config@3.0.0) (2021-12-12)
2
9
 
3
10
 
@@ -57,7 +64,7 @@
57
64
 
58
65
  ### Bug Fixes
59
66
 
60
- * removed index.js from text-lint ([e5ab6d6](https://github.com/anolilab/javascript-style-guide/commit/e5ab6d6a9214b288646d471e19afff163ac5cf57))
67
+ * removed index.cjs from text-lint ([e5ab6d6](https://github.com/anolilab/javascript-style-guide/commit/e5ab6d6a9214b288646d471e19afff163ac5cf57))
61
68
 
62
69
  ### @anolilab/textlint-config [2.0.2](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/textlint-config@2.0.1...@anolilab/textlint-config@2.0.2) (2021-05-04)
63
70
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/textlint-config",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "description": "Anolilab Coding Standard for text linting.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -52,7 +52,7 @@
52
52
  "textlint-rule-diacritics": "1.0.0",
53
53
  "textlint-rule-en-capitalization": "2.0.3",
54
54
  "textlint-rule-footnote-order": "1.0.3",
55
- "textlint-rule-helper": "2.2.0",
55
+ "textlint-rule-helper": "2.2.1",
56
56
  "textlint-rule-no-dead-link": "4.8.0",
57
57
  "textlint-rule-no-empty-section": "1.1.0",
58
58
  "textlint-rule-no-todo": "2.0.1",