From fc8d994943202ad2e5da39564b337244dfe806fd Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sun, 23 Jun 2024 23:59:07 +0200 Subject: [PATCH] fix(core): Update dependencies and changelog --- changelog.md | 8 +++++++- ts/00_commitinfo_data.ts | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) 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.' }