@shgysk8zer0/eslint-config 1.0.9 → 1.1.0

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.
package/CHANGELOG.md CHANGED
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [v1.1.0] - 2026-06-14
11
+
12
+ ## Added
13
+ - Add Security policy
14
+ - Add npm config to harden installs
15
+
16
+ ### Changed
17
+ - Update Workflows with permissions
18
+ - Update contributiing guidelines
19
+
10
20
  ## [v1.0.9] - 2026-03-18
11
21
 
12
22
  ### Added
package/README.md CHANGED
@@ -26,7 +26,7 @@ A shared ESLint config
26
26
 
27
27
  - [Code of Conduct](./.github/CODE_OF_CONDUCT.md)
28
28
  - [Contributing](./.github/CONTRIBUTING.md)
29
- <!-- - [Security Policy](./.github/SECURITY.md) -->
29
+ - [Security Policy](./.github/SECURITY.md)
30
30
 
31
31
  ## Purpose
32
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shgysk8zer0/eslint-config",
3
- "version": "1.0.9",
3
+ "version": "1.1.0",
4
4
  "description": " A shared ESLint config",
5
5
  "keywords": [
6
6
  "eslint",
@@ -78,5 +78,8 @@
78
78
  "eslint": "^10.0.0",
79
79
  "globals": "^17.3.0",
80
80
  "rollup": "^4.57.1"
81
+ },
82
+ "allowScripts": {
83
+ "fsevents@2.3.3": true
81
84
  }
82
85
  }