@networkpro/blog 1.5.3 → 1.5.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/.python-version
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
3.13
|
package/CHANGELOG.md
CHANGED
|
@@ -16,6 +16,23 @@ formatting may vary.
|
|
|
16
16
|
|
|
17
17
|
---
|
|
18
18
|
|
|
19
|
+
## [1.5.4] - 2025-10-28
|
|
20
|
+
|
|
21
|
+
### Added
|
|
22
|
+
|
|
23
|
+
- Added `.python-version` with `3.13` for easier control of **Python** version.
|
|
24
|
+
|
|
25
|
+
### Changed
|
|
26
|
+
|
|
27
|
+
- Bumped project version to `v1.5.4`.
|
|
28
|
+
- Added `browserslistrc` to `cspell.json`.
|
|
29
|
+
- Modified GitHub workflows in `.github/workflows` to utilize `.python-version`:
|
|
30
|
+
- `build-and-deploy.yml`
|
|
31
|
+
- `publish-test.yml`
|
|
32
|
+
- `publish.yml`
|
|
33
|
+
|
|
34
|
+
---
|
|
35
|
+
|
|
19
36
|
## [1.5.3] - 2025-10-26
|
|
20
37
|
|
|
21
38
|
### Changed
|
|
@@ -382,7 +399,8 @@ formatting may vary.
|
|
|
382
399
|
|
|
383
400
|
<!-- Link references -->
|
|
384
401
|
|
|
385
|
-
[Unreleased]: https://github.com/netwk-pro/blog/compare/v1.5.
|
|
402
|
+
[Unreleased]: https://github.com/netwk-pro/blog/compare/v1.5.4...HEAD
|
|
403
|
+
[1.5.4]: https://github.com/netwk-pro/blog/releases/tag/v1.5.4
|
|
386
404
|
[1.5.3]: https://github.com/netwk-pro/blog/releases/tag/v1.5.3
|
|
387
405
|
[1.5.2]: https://github.com/netwk-pro/blog/releases/tag/v1.5.2
|
|
388
406
|
[1.5.1]: https://github.com/netwk-pro/blog/releases/tag/v1.5.1
|
package/cspell.json
CHANGED