diff --git a/CHANGELOG.md b/CHANGELOG.md index 473dbbb..2897f55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [1.1.1] - 2026-07-02 + +### Fixed + +* Corrected version numbering: `1.1.0` was inadvertently published to npm ahead of the `1.0.x` line and superseded by subsequent `1.0.x` releases, leaving the registry with out-of-order versions. Bumping to `1.1.1` restores strictly increasing semantic versioning going forward. + ## [1.0.5] - 2026-07-01 ### Changed diff --git a/package-lock.json b/package-lock.json index ea20748..56b964b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@humansecurity/human-mcp-server", - "version": "1.0.5", + "version": "1.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@humansecurity/human-mcp-server", - "version": "1.0.5", + "version": "1.1.1", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.20.2", diff --git a/package.json b/package.json index fbaf8e6..e1624dc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@humansecurity/human-mcp-server", "description": "Model Context Protocol (MCP) server providing comprehensive cybersecurity intelligence from HUMAN Security. Offers real-time attack monitoring, threat detection, fraud prevention, PCI DSS compliance validation, and supply chain security for AI-powered applications.", - "version": "1.0.5", + "version": "1.1.1", "type": "module", "main": "./dist/index.cjs", "bin": "./dist/index.cjs",