@volontariapp/eslint-config 2.2.0 → 2.2.2-snapshot.e1e6702947b7

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 +31 -0
  2. package/package.json +2 -2
package/CHANGELOG.md ADDED
@@ -0,0 +1,31 @@
1
+ # Changelog
2
+
3
+ ## 2.2.2
4
+
5
+ ### Patch Changes
6
+
7
+ - bump global version
8
+
9
+ ## 2.2.1
10
+
11
+ ### Patch Changes
12
+
13
+ - bump ci
14
+
15
+ ## 2.2.0
16
+
17
+ ### Minor Changes
18
+
19
+ - off empty object
20
+
21
+ ## 2.1.0
22
+
23
+ ### Minor Changes
24
+
25
+ - ignore cjs files
26
+
27
+ ## 2.0.0
28
+
29
+ ### Major Changes
30
+
31
+ - CI done, so major release to flush previous trash versions
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@volontariapp/eslint-config",
3
- "version": "2.2.0",
3
+ "version": "2.2.2-snapshot.e1e6702947b7",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "provenance": true
@@ -39,4 +39,4 @@
39
39
  "eslint": "9.18.0",
40
40
  "typescript": "5.7.3"
41
41
  }
42
- }
42
+ }