From c0f2ba2ea0a5cccacc1ee55b127c879180912359 Mon Sep 17 00:00:00 2001 From: Carlos <41172581+CarlosCommits@users.noreply.github.com> Date: Wed, 26 Aug 2026 15:22:47 -0400 Subject: [PATCH] chore(main): release 0.4.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 16 ++++++++++++++++ lib/version.ts | 2 +- package.json | 2 +- 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0ee8c01..2537c1f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.0" + ".": "0.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 13a3fb6..eda42f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.4.0](https://github.com/CarlosCommits/stackray/compare/v0.3.0...v0.4.0) (2026-08-26) + + +### Features + +* **scanner:** detect Cloudflare nameservers ([9591893](https://github.com/CarlosCommits/stackray/commit/9591893de0833d90fbec5f7d45bd5000ac63c9a1)) +* **scans:** add Cloudflare DNS metadata ([739ea3d](https://github.com/CarlosCommits/stackray/commit/739ea3d2edeed3c21a13b7d6ef5cde6c930a7258)) + + +### Bug Fixes + +* **dashboard:** prefetch scan detail navigation ([d1800b2](https://github.com/CarlosCommits/stackray/commit/d1800b297822756d2843cd9fc8b0405b3dc65765)) +* **header:** place version before GitHub link ([4a95184](https://github.com/CarlosCommits/stackray/commit/4a951845384e826db16cf092ec4fcaa61922d08a)) +* **scanner:** avoid ASP.NET Core false positives ([1ecd63f](https://github.com/CarlosCommits/stackray/commit/1ecd63fc410791d8cdd007da12ae860e2d6cc684)) +* **scanner:** update scanner pins ([301839e](https://github.com/CarlosCommits/stackray/commit/301839ef23b4aea28155e63dce59686acb7691d0)) + ## [0.3.0](https://github.com/CarlosCommits/stackray/compare/v0.2.0...v0.3.0) (2026-08-21) diff --git a/lib/version.ts b/lib/version.ts index 52304ef..7b87035 100644 --- a/lib/version.ts +++ b/lib/version.ts @@ -1,2 +1,2 @@ // Single source of truth - keep this in sync with package.json. -export const APP_VERSION = "0.3.0" // x-release-please-version +export const APP_VERSION = "0.4.0" // x-release-please-version diff --git a/package.json b/package.json index ad3c055..077f97d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stackray", - "version": "0.3.0", + "version": "0.4.0", "description": "Open-source technology detection and web scan platform.", "license": "MIT", "private": true,