Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
084067f
release: v1.0.1 with Docker marketplace support (#70)
DorAshkenaziHuman Sep 8, 2025
7fef464
release: v1.0.2 with correct marketplace service name
DorAshkenaziHuman Sep 8, 2025
d4e0c34
update package-lock.json for version 1.0.2
DorAshkenaziHuman Sep 8, 2025
a15b86f
Merge branch 'main' into dev
DorAshkenaziHuman Sep 8, 2025
33fa196
Changed docker image registry location (#73)
DorAshkenaziHuman Sep 9, 2025
2cb636d
Merge branch 'main' into dev
DorAshkenaziHuman Sep 9, 2025
23d9d53
bump version to 1.0.4 to resolve NPM publish conflict
DorAshkenaziHuman Sep 9, 2025
f3ac780
Merge branch 'main' into dev
DorAshkenaziHuman Sep 9, 2025
0fca149
Bump @typescript-eslint/parser from 8.42.0 to 8.43.0 (#76)
dependabot[bot] Sep 21, 2025
134522e
Bump @typescript-eslint/eslint-plugin from 8.42.0 to 8.43.0 (#81)
dependabot[bot] Sep 21, 2025
b0f0faf
Bump actions/setup-node from 4 to 5 (#64)
dependabot[bot] Sep 21, 2025
e5defca
Bump lint-staged from 16.1.6 to 16.2.0 (#84)
dependabot[bot] Sep 24, 2025
590eae3
Bump @modelcontextprotocol/sdk from 1.17.5 to 1.18.1 (#82)
dependabot[bot] Sep 24, 2025
e73e3e1
Bump chai from 5.3.3 to 6.2.0 (#87)
dependabot[bot] Oct 8, 2025
8a8438f
Bump @typescript-eslint/eslint-plugin from 8.44.0 to 8.45.0 (#90)
dependabot[bot] Oct 8, 2025
32de4a6
fix: README updates (#95)
ori-gold-px Oct 20, 2025
298c62c
updated cd.yaml (#103)
chen-zimmer-px Oct 27, 2025
ff081a0
fix: setup node 22 in all github action workflows (#100)
ori-gold-px Oct 29, 2025
19371ed
Upgrade Node.js version and update npm (#104)
chen-zimmer-px Nov 3, 2025
87fac41
Bump actions/checkout from 5 to 6 (#105)
dependabot[bot] Dec 11, 2025
b8ea438
Bump @modelcontextprotocol/sdk from 1.18.1 to 1.20.2 (#102)
dependabot[bot] Dec 11, 2025
7931481
adjust to new routes (#124)
asafcohenpx Jul 1, 2026
7a39a34
bump version to 1.0.5 (#125)
asafcohenpx Jul 1, 2026
0873bb2
version (#127)
asafcohenpx Jul 2, 2026
3106f39
Merge branch 'dev' into main
asafcohenpx Jul 2, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading