diff --git a/CHANGELOG.md b/CHANGELOG.md
index 860ef2e0b..216516fc3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,13 @@
 
 All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
 
+### [8.21.1](https://github.com/gemini-testing/testplane/compare/v8.21.0...v8.21.1) (2024-11-21)
+
+
+### Bug Fixes
+
+* remove extra warning on code snippet extend error ([714434a](https://github.com/gemini-testing/testplane/commit/714434a401848c1c60f5c9ddd6da6a5e075cccbe))
+
 ## [8.21.0](https://github.com/gemini-testing/testplane/compare/v8.20.6...v8.21.0) (2024-11-19)
 
 
diff --git a/package-lock.json b/package-lock.json
index d3f936035..3bca96c8a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "testplane",
-  "version": "8.21.0",
+  "version": "8.21.1",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "testplane",
-      "version": "8.21.0",
+      "version": "8.21.1",
       "license": "MIT",
       "dependencies": {
         "@babel/code-frame": "7.24.2",
diff --git a/package.json b/package.json
index a29f0d225..f207a98d7 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "testplane",
-  "version": "8.21.0",
+  "version": "8.21.1",
   "description": "Tests framework based on mocha and wdio",
   "main": "build/src/index.js",
   "files": [