Skip to content

Commit 9233de3

Browse files
authored
chore: release prep for v1.26.6 (#195)
1 parent edc0fd5 commit 9233de3

File tree

7 files changed

+204
-185
lines changed

7 files changed

+204
-185
lines changed

.ncurc.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This file is part of Network Pro.
3131
/** @type {import('npm-check-updates').RunOptions} */
3232
module.exports = {
3333
// Ignore specific dependencies (prevent upgrades)
34-
reject: [],
34+
reject: ['prettier'],
3535

3636
// Always upgrade devDependencies as well
3737
dep: 'prod,dev',

CHANGELOG.md

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- =====================================================================
1+
<!-- =====================================================================
22
CHANGELOG.md
33
44
Copyright © 2025-2026-2026 Network Pro Strategies (Network Pro™)
@@ -24,7 +24,27 @@ version increments reflecting both user-visible and operational impact.
2424

2525
---
2626

27-
## [1.26.5]
27+
## [1.26.6] - 2026-01-29
28+
29+
### Changed
30+
31+
- Added Prettier to the `npm-check-updates` ignore list (`.ncurc.cjs`) for deterministic formatting changes.
32+
- Updated the company name in `src/lib/pages/AboutContent.svelte` to the full, legal name.
33+
- Updated the copyright statement in `src/lib/pages/LicenseContent.svelte` to use the full, legal company name.
34+
- Updated the footer to display the full, legal company name.
35+
- Bumped project version to `v1.26.6`.
36+
- Updated dependencies:
37+
- `globals` `^17.1.0``^17.2.0`
38+
- `posthog-js` `^1.335.2``^1.336.2`
39+
- `svelte` `5.48.2``5.49.0`
40+
41+
### Security
42+
43+
- Pinned the `tar` package to `^7.5.7` in transitive dependencies, in order to address CVE-2026-24842.
44+
45+
---
46+
47+
## [1.26.5] - 2026-01-24
2848

2949
### Added
3050

@@ -2325,7 +2345,8 @@ This enables analytics filtering and CSP hardening for the audit environment.
23252345

23262346
<!-- Link references -->
23272347

2328-
[Unreleased]: https://github.com/netwk-pro/netwk-pro.github.io/compare/v1.26.5...HEAD
2348+
[Unreleased]: https://github.com/netwk-pro/netwk-pro.github.io/compare/v1.26.6...HEAD
2349+
[1.26.6]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.26.6
23292350
[1.26.5]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.26.5
23302351
[1.26.4]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.26.4
23312352
[1.26.3]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.26.3

0 commit comments

Comments
 (0)