diff --git a/changelog.md b/changelog.md index e2a8e25..d076e31 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +## 2024-06-23 - 11.0.22 - fix(core) +Update dependencies and changelog + +- Updated @push.rocks/smartstream to ^3.0.44 +- Updated glob to ^10.4.2 +- Updated @types/node to ^20.14.8 + ## 2024-06-23 - 11.0.21 - fix(dependencies) Update dependencies to latest versions @@ -8,7 +15,6 @@ Update dependencies to latest versions - Updated glob to ^10.4.2 - Updated @types/node to ^20.14.8 - ## 2024-06-07 - 11.0.20 - Changelog 11.0.20 diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index c0a6c3d..112c5e5 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/smartfile', - version: '11.0.21', + version: '11.0.22', description: 'Provides comprehensive tools for efficient file management in Node.js using TypeScript, including handling streams, virtual directories, and various file operations.' }