@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.
@@ -59,7 +59,7 @@ jobs:
59
59
  - name: Set up Python
60
60
  uses: actions/setup-python@v6
61
61
  with:
62
- python-version: '3.13'
62
+ python-version-file: .python-version
63
63
 
64
64
  - name: Install Python dependencies
65
65
  run: pip install -r requirements.txt
@@ -52,7 +52,7 @@ jobs:
52
52
  - name: Set up Python
53
53
  uses: actions/setup-python@v6
54
54
  with:
55
- python-version: '3.13'
55
+ python-version-file: .python-version
56
56
 
57
57
  - name: Install Python dependencies
58
58
  run: pip install -r requirements.txt
@@ -54,7 +54,7 @@ jobs:
54
54
  - name: Set up Python
55
55
  uses: actions/setup-python@v6
56
56
  with:
57
- python-version: '3.13'
57
+ python-version-file: .python-version
58
58
 
59
59
  - name: Install Python dependencies
60
60
  run: pip install -r requirements.txt
@@ -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.3...HEAD
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
@@ -5,6 +5,7 @@
5
5
  "acode",
6
6
  "bleepingcomputer",
7
7
  "bnav",
8
+ "browserslistrc",
8
9
  "changefreq",
9
10
  "CISA",
10
11
  "cryptomator",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@networkpro/blog",
3
- "version": "1.5.3",
3
+ "version": "1.5.4",
4
4
  "description": "The official blog of Network Pro Strategies (Network Pro™).",
5
5
  "keywords": [
6
6
  "advisory",