From 197639747ba2150e4747aa15f8d53d134f11eb64 Mon Sep 17 00:00:00 2001 From: Sin-Kang Date: Sun, 5 Jul 2026 23:38:36 +0900 Subject: [PATCH] Prepare 0.3.0 release Confirm the 0.3.0 changelog section (optional DNS pinning via undici), bump the package version, and refresh the maintainer release example. --- CHANGELOG.md | 2 +- README.md | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6b014d..bbe52c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.3.0] - 2026-07-05 ### Added diff --git a/README.md b/README.md index b8cdc7d..226d28e 100644 --- a/README.md +++ b/README.md @@ -220,7 +220,7 @@ Publishing is handled by GitHub Actions. 4. Create and push a matching tag, for example: ```bash -git tag v0.2.0 +git tag v0.3.0 git push origin main --tags ``` diff --git a/package.json b/package.json index 6c67f86..a7451ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@devslab/ssrf-guard-js", - "version": "0.2.0", + "version": "0.3.0", "description": "SSRF protection for JavaScript and TypeScript: URL policy validation, private-network blocking, redirect checks, and LLM tool-input guards.", "license": "Apache-2.0", "type": "module",