@shgysk8zer0/polyfills 0.6.3 → 0.8.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,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [v0.7.1] - 2026-06-11
11
+
12
+ ### Fixed
13
+ - Fix publishing/staging command
14
+
15
+ ## [v0.7.0] - 2026-06-11
16
+
17
+ ### Changed
18
+ - Update to node 26.3.0 / npm 11.16.0
19
+ - Update from `publish` to `publish stage`
20
+ - Allow `fsevents` postinstall script
21
+
22
+ ### Removed
23
+ - Remove `postinstall` script
24
+
10
25
  ## [v0.6.3] - 2026-03-23
11
26
 
12
27
  ### Fixed