@alecrust/workbox 0.4.2 → 0.4.3
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 +6 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
## [unreleased]
|
|
4
4
|
|
|
5
|
+
## [0.4.3] - 2026-05-19
|
|
6
|
+
### CI
|
|
7
|
+
- Remove the temporary npm token fallback from release publishing
|
|
8
|
+
### Documentation
|
|
9
|
+
- Document steady-state trusted publishing setup
|
|
10
|
+
|
|
5
11
|
## [0.4.2] - 2026-05-19
|
|
6
12
|
### Bug Fixes
|
|
7
13
|
- Preserve CLI binary entries in the npm package
|