@ocavue/eslint-config 0.4.6 → 0.4.7

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 +15 -0
  2. package/package.json +11 -3
package/CHANGELOG.md CHANGED
@@ -25,6 +25,21 @@
25
25
  * dependencies
26
26
  * @ocavue/eslint-config-basic bumped from ^0.6.2 to ^0.6.3
27
27
 
28
+ ## [0.4.7](https://github.com/ocavue/eslint-config/compare/eslint-config-v0.4.6...eslint-config-v0.4.7) (2023-01-15)
29
+
30
+
31
+ ### Bug Fixes
32
+
33
+ * correct the repository link in package.json ([#10](https://github.com/ocavue/eslint-config/issues/10)) ([4b5ad5e](https://github.com/ocavue/eslint-config/commit/4b5ad5e40459c470abb8fda326b76730f270d4a1))
34
+
35
+
36
+ ### Dependencies
37
+
38
+ * The following workspace dependencies were updated
39
+ * dependencies
40
+ * @ocavue/eslint-config-basic bumped from ^0.6.4 to ^0.6.5
41
+ * @ocavue/eslint-config-prettier bumped from ^0.4.2 to ^0.4.3
42
+
28
43
  ## [0.4.6](https://github.com/ocavue/eslint-config/compare/eslint-config-v0.4.5...eslint-config-v0.4.6) (2023-01-09)
29
44
 
30
45
 
package/package.json CHANGED
@@ -1,10 +1,18 @@
1
1
  {
2
2
  "name": "@ocavue/eslint-config",
3
- "version": "0.4.6",
3
+ "version": "0.4.7",
4
+ "funding": "https://github.com/sponsors/ocavue",
5
+ "homepage": "https://github.com/ocavue/eslint-config#readme",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/ocavue/eslint-config.git",
9
+ "directory": "packages/eslint-config"
10
+ },
11
+ "bugs": "https://github.com/ocavue/eslint-config/issues",
4
12
  "main": "index.js",
5
13
  "dependencies": {
6
- "@ocavue/eslint-config-basic": "^0.6.4",
7
- "@ocavue/eslint-config-prettier": "^0.4.2",
14
+ "@ocavue/eslint-config-basic": "^0.6.5",
15
+ "@ocavue/eslint-config-prettier": "^0.4.3",
8
16
  "eslint-define-config": "^1.13.0"
9
17
  },
10
18
  "peerDependencies": {