@ridedott/eslint-plugin 1.7.63 → 1.7.65

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 +16 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,19 @@
1
+ ## [1.7.65](https://github.com/ridedott/eslint-plugin/compare/v1.7.64...v1.7.65) (2022-12-30)
2
+
3
+ ### Chores
4
+
5
+ - **deps:** bump json5 and tsconfig-paths
6
+ ([e13e495](https://github.com/ridedott/eslint-plugin/commit/e13e49527e19a7f4a48d1a0d962beb7e926ffc0c))
7
+
8
+ ## [1.7.64](https://github.com/ridedott/eslint-plugin/compare/v1.7.63...v1.7.64) (2022-12-30)
9
+
10
+ ### Chores
11
+
12
+ - **deps-dev:** bump cspell from 6.18.0 to 6.18.1
13
+ ([44bb3f4](https://github.com/ridedott/eslint-plugin/commit/44bb3f439488a5ccf29e5245c5a1ec4fdb4577e2))
14
+ - **deps:** bump ridedott/release-me-action from 3.7.1 to 3.7.2
15
+ ([cabad1c](https://github.com/ridedott/eslint-plugin/commit/cabad1c8d106ae0be5c6850c48bd283602db3c58))
16
+
1
17
  ## [1.7.63](https://github.com/ridedott/eslint-plugin/compare/v1.7.62...v1.7.63) (2022-12-27)
2
18
 
3
19
  ### Chores
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "@types/jest": "^27.5.0",
17
17
  "@types/node": "^14.18.22",
18
18
  "commitizen": "^4.2.6",
19
- "cspell": "^6.18.0",
19
+ "cspell": "^6.18.1",
20
20
  "eslint": "^7.32.0",
21
21
  "husky": "^8.0.2",
22
22
  "jest": "^26.6.3",
@@ -77,5 +77,5 @@
77
77
  "test:watch": "jest --watch --verbose false",
78
78
  "types": "tsc --noEmit"
79
79
  },
80
- "version": "1.7.63"
80
+ "version": "1.7.65"
81
81
  }