fix(core): Update dependencies and changelog

This commit is contained in:
Philipp Kunz 2024-06-23 23:59:07 +02:00
parent f1daec6f44
commit fc8d994943
2 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -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.'
}