@shgysk8zer0/polyfills 0.8.4 → 0.8.6

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.
@@ -0,0 +1,12 @@
1
+ repos:
2
+ - repo: https://github.com/gitleaks/gitleaks
3
+ rev: v8.16.3
4
+ hooks:
5
+ - id: gitleaks
6
+ - repo: local
7
+ hooks:
8
+ - id: local-eslint
9
+ name: Run ESLint
10
+ entry: npm eslint --fix
11
+ language: system
12
+ types_or: [javascript, jsx, ts, tsx]
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
+ ## [v0.8.6] - 2026-06-15
11
+
12
+ ### Fixed
13
+ - Fix permissions issue in GitHub Relase workflow
14
+
15
+ ## [v0.8.5] - 2026-06-15
16
+
17
+ ### Added
18
+ - Implement security changes provided by SecurityStep
19
+
10
20
  ## [v0.8.4] - 2026-06-12
11
21
 
12
22
  ### Fixed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shgysk8zer0/polyfills",
3
- "version": "0.8.4",
3
+ "version": "0.8.6",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "description": "A collection of JavaScript polyfills",