Skip to content

Commit a9b48c7

Browse files
authored
chore: release prep for v1.24.2 (#148)
1 parent d1822d0 commit a9b48c7

File tree

5 files changed

+23
-6
lines changed

5 files changed

+23
-6
lines changed

CHANGELOG.md

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

2323
---
2424

25+
## [1.24.2]
26+
27+
### Added
28+
29+
- Introduced new text file to prove ownership of the domain for **[Probely](https://probely.com/) DAST scans** in `static/`.
30+
31+
### Changed
32+
33+
- Bumped project version to `v1.24.2`.
34+
- Updated `author.url` in `package.json` to reflect updated bio site, now located at [bio.netwk.pro](https://bio.netwk.pro).
35+
36+
---
37+
2538
## [1.24.1]
2639

2740
### Changed
@@ -1417,7 +1430,9 @@ This project attempts to follow [Keep a Changelog](https://keepachangelog.com/en
14171430

14181431
<!-- Link references -->
14191432

1420-
[Unreleased]: https://github.com/netwk-pro/netwk-pro.github.io/compare/v1.24.0...HEAD
1433+
[Unreleased]: https://github.com/netwk-pro/netwk-pro.github.io/compare/v1.24.2...HEAD
1434+
[1.24.2]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.24.2
1435+
[1.24.1]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.24.1
14211436
[1.24.0]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.24.0
14221437
[1.23.0]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.23.0
14231438
[1.22.2]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.22.2

cspell.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
"posthog",
6868
"precaching",
6969
"prefs",
70+
"Probely",
7071
"publickey",
7172
"reconsent",
7273
"sarif",

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@networkpro/web",
33
"private": false,
4-
"version": "1.24.1",
4+
"version": "1.24.2",
55
"description": "Locking Down Networks, Unlocking Confidence™ | Security, Networking, Privacy — Network Pro Strategies",
66
"keywords": [
77
"advisory",
@@ -26,7 +26,7 @@
2626
"author": {
2727
"name": "Scott Lopez",
2828
"email": "github@sl.neteng.cc",
29-
"url": "https://bio.neteng.pro"
29+
"url": "https://bio.netwk.pro"
3030
},
3131
"type": "module",
3232
"engines": {
@@ -125,7 +125,7 @@
125125
},
126126
"overrides": {
127127
"cookie": "^1.0.0",
128-
"tar": "7.5.2",
128+
"tar": ">=7.5.2",
129129
"tmp": ">=0.2.4"
130130
}
131131
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Probely

0 commit comments

Comments
 (0)