@shgysk8zer0/polyfills 0.6.3 → 0.8.1
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 +20 -0
- package/all.min.js.map +1 -1
- package/assets/dedent.js +1 -1
- package/browser.min.js.map +1 -1
- package/node.min.js.map +1 -1
- package/package.json +4 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [v0.8.1] - 2026-06-11
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
- Re-align versions between git, npm, & changelog
|
|
14
|
+
|
|
15
|
+
## [v0.7.1] - 2026-06-11
|
|
16
|
+
|
|
17
|
+
### Fixed
|
|
18
|
+
- Fix publishing/staging command
|
|
19
|
+
|
|
20
|
+
## [v0.7.0] - 2026-06-11
|
|
21
|
+
|
|
22
|
+
### Changed
|
|
23
|
+
- Update to node 26.3.0 / npm 11.16.0
|
|
24
|
+
- Update from `publish` to `publish stage`
|
|
25
|
+
- Allow `fsevents` postinstall script
|
|
26
|
+
|
|
27
|
+
### Removed
|
|
28
|
+
- Remove `postinstall` script
|
|
29
|
+
|
|
10
30
|
## [v0.6.3] - 2026-03-23
|
|
11
31
|
|
|
12
32
|
### Fixed
|