@networkpro/web 1.13.3 → 1.13.4
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 +11 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -22,6 +22,15 @@ This project attempts to follow [Keep a Changelog](https://keepachangelog.com/en
|
|
|
22
22
|
|
|
23
23
|
---
|
|
24
24
|
|
|
25
|
+
## [1.13.4] - 2025-06-13
|
|
26
|
+
|
|
27
|
+
### Changed
|
|
28
|
+
|
|
29
|
+
- Version bumped to **v1.13.4**
|
|
30
|
+
- Replaced legacy detached signature file `security.txt.asc` with a new `security.txt.sig` format for consistency and clarity
|
|
31
|
+
|
|
32
|
+
---
|
|
33
|
+
|
|
25
34
|
## [1.13.3] - 2025-06-13
|
|
26
35
|
|
|
27
36
|
### Changed
|
|
@@ -377,7 +386,8 @@ This project attempts to follow [Keep a Changelog](https://keepachangelog.com/en
|
|
|
377
386
|
|
|
378
387
|
<!-- Link references -->
|
|
379
388
|
|
|
380
|
-
[Unreleased]: https://github.com/netwk-pro/netwk-pro.github.io/compare/v1.13.
|
|
389
|
+
[Unreleased]: https://github.com/netwk-pro/netwk-pro.github.io/compare/v1.13.4...HEAD
|
|
390
|
+
[1.13.4]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.13.4
|
|
381
391
|
[1.13.3]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.13.3
|
|
382
392
|
[1.13.2]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.13.2
|
|
383
393
|
[1.13.1]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.13.1
|
package/package.json
CHANGED