Skip to content

Commit 85cf7d5

Browse files
committed
Release v2.2.9 and remove Unreleased changelog section
1 parent b5e48d4 commit 85cf7d5

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7-
8-
## [Unreleased]
5+
## [2.2.9] - 2026-03-23
96

107
### Added
118

dist/bin/check-performance.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
#
33
# WP Code Check by Hypercart - Performance Analysis Script
4-
# Version: 2.2.4
4+
# Version: 2.2.9
55
#
66
# Fast, zero-dependency WordPress performance analyzer
77
# Catches critical issues before they crash your site

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wp-code-check",
3-
"version": "1.3.14",
3+
"version": "2.2.9",
44
"description": "Fast, zero-dependency WordPress performance analyzer with MCP support",
55
"type": "module",
66
"main": "dist/bin/mcp-server.js",

0 commit comments

Comments
 (0)