From ac8ebb4586a59d020fce2ff67a227da6d60eed72 Mon Sep 17 00:00:00 2001 From: hangwin Date: Wed, 18 Jun 2025 16:14:23 +0800 Subject: [PATCH] Update CHANGELOG.md --- docs/CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 43f53fe..d1eda43 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -5,6 +5,13 @@ 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.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v0.0.3] + +### Added + +- **Inject script tool**: For injecting content scripts into web page +- **Send command to inject script tool**: For sending commands to the injected script + ## [v0.0.2] ### Added