@customer-support-success/pylon-mcp-server 3.7.1 → 3.7.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +19 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,25 @@ All notable changes to the Pylon MCP Server will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [3.7.2] - 2026-03-31
|
|
9
|
+
|
|
10
|
+
### 🔧 CI
|
|
11
|
+
|
|
12
|
+
- Aligned security.yml workflow to Node 22 (was Node 20, matching CI workflow)
|
|
13
|
+
|
|
14
|
+
### 📦 Dependencies
|
|
15
|
+
|
|
16
|
+
- Bumped path-to-regexp from 8.3.0 to 8.4.0
|
|
17
|
+
- Bumped picomatch from 2.3.1 to 2.3.2
|
|
18
|
+
- Bumped flatted from 3.3.3 to 3.4.2
|
|
19
|
+
- Bumped hono from 4.12.3 to 4.12.7
|
|
20
|
+
- Bumped express-rate-limit from 8.2.1 to 8.3.0
|
|
21
|
+
- Bumped @hono/node-server from 1.19.9 to 1.19.10
|
|
22
|
+
|
|
23
|
+
### 🔒 Security
|
|
24
|
+
|
|
25
|
+
- Resolved npm audit vulnerability via dependency updates
|
|
26
|
+
|
|
8
27
|
## [3.7.1] - 2026-02-27
|
|
9
28
|
|
|
10
29
|
### Changed
|