diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d0b8c6..2108e2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 3.4.5 - 2025-07-23 + +### Changed +* bump dependencies + + ## 3.4.4 - 2025-07-22 ### Fixed diff --git a/package.json b/package.json index 5e24a41..cc92843 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ts-node-client", "description": "npm / node module to transfer dependency information to TrustSource server.", - "version": "3.4.4", + "version": "3.4.5", "homepage": "https://app.trustsource.io/", "author": { "name": "Oleksandr Dmukhovskyi",