@networkpro/web 1.13.6 → 1.13.7
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 +9 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -20,6 +20,12 @@ This project attempts to follow [Keep a Changelog](https://keepachangelog.com/en
|
|
|
20
20
|
|
|
21
21
|
## [Unreleased]
|
|
22
22
|
|
|
23
|
+
## [1.13.7] - 2025-06-15
|
|
24
|
+
|
|
25
|
+
### Changed
|
|
26
|
+
|
|
27
|
+
- Added pre-publish steps in `build-and-publish.yml` to recursively list all files and top-level directory contents for auditing
|
|
28
|
+
|
|
23
29
|
---
|
|
24
30
|
|
|
25
31
|
## [1.13.6] - 2025-06-15
|
|
@@ -442,7 +448,9 @@ This project attempts to follow [Keep a Changelog](https://keepachangelog.com/en
|
|
|
442
448
|
|
|
443
449
|
<!-- Link references -->
|
|
444
450
|
|
|
445
|
-
[Unreleased]: https://github.com/netwk-pro/netwk-pro.github.io/compare/v1.13.
|
|
451
|
+
[Unreleased]: https://github.com/netwk-pro/netwk-pro.github.io/compare/v1.13.7...HEAD
|
|
452
|
+
[1.13.7]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.13.7
|
|
453
|
+
[1.13.6]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.13.6
|
|
446
454
|
[1.13.5]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.13.5
|
|
447
455
|
[1.13.4]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.13.4
|
|
448
456
|
[1.13.3]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.13.3
|
package/package.json
CHANGED