Skip to content

Commit cd42582

Browse files
authored
chore: release prep for v1.25.5 (#155)
1 parent 842428a commit cd42582

File tree

6 files changed

+45
-16
lines changed

6 files changed

+45
-16
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,22 @@ This project attempts to follow [Keep a Changelog](https://keepachangelog.com/en
2222

2323
---
2424

25+
## [1.25.5] - 2025-11-03
26+
27+
### Added
28+
29+
- Introduced `static/b173de6c44c144c1b186841b88d51c67.txt` for use with [IndexNow](https://www.indexnow.org) and Bing Webmaster Tools.
30+
31+
### Changed
32+
33+
- Bumped project version to `v1.25.5`.
34+
35+
### Fixed
36+
37+
- Corrected the URLs for the HTML versions of the licenses in `static/sitemap.xml`.
38+
39+
---
40+
2541
## [1.25.4] - 2025-11-03
2642

2743
### Added
@@ -1686,7 +1702,8 @@ This enables analytics filtering and CSP hardening for the audit environment.
16861702

16871703
<!-- Link references -->
16881704

1689-
[Unreleased]: https://github.com/netwk-pro/netwk-pro.github.io/compare/v1.25.4...HEAD
1705+
[Unreleased]: https://github.com/netwk-pro/netwk-pro.github.io/compare/v1.25.5...HEAD
1706+
[1.25.5]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.25.5
16901707
[1.25.4]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.25.4
16911708
[1.25.3]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.25.3
16921709
[1.25.2]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.25.2

package-lock.json

Lines changed: 19 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@networkpro/web",
33
"private": false,
4-
"version": "1.25.4",
4+
"version": "1.25.5",
55
"description": "Locking Down Networks, Unlocking Confidence™ | Security, Networking, Privacy — Network Pro Strategies",
66
"keywords": [
77
"advisory",
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
b173de6c44c144c1b186841b88d51c67

static/sitemap.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!-- Sitemap last updated 2025-10-30 -->
2+
<!-- Sitemap last updated 2025-11-03 -->
33

44
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
55

@@ -125,9 +125,9 @@
125125

126126
<url>
127127

128-
<loc>https://netwk.pro/bin/CC-BY-4.0.html</loc>
128+
<loc>https://netwk.pro/bin/license/CC-BY-4.0.html</loc>
129129

130-
<lastmod>2025-06-10</lastmod>
130+
<lastmod>2025-11-03</lastmod>
131131

132132
<changefreq>yearly</changefreq>
133133

@@ -137,9 +137,9 @@
137137

138138
<url>
139139

140-
<loc>https://netwk.pro/bin/COPYING.html</loc>
140+
<loc>https://netwk.pro/bin/license/COPYING.html</loc>
141141

142-
<lastmod>2025-06-10</lastmod>
142+
<lastmod>2025-11-03</lastmod>
143143

144144
<changefreq>yearly</changefreq>
145145

svelte.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ This file is part of Network Pro.
99
import adapter from '@sveltejs/adapter-vercel'; // Vercel adapter for deployment
1010
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte'; // Vite preprocessor for Svelte
1111

12+
/** @type {import('@sveltejs/kit').Config} */
1213
const config = {
1314
// Only vitePreprocess with PostCSS
1415
preprocess: vitePreprocess({ postcss: true }),

0 commit comments

Comments
 (0)