fix(webclient): Ensure all package dependencies are up to date and minor performance enhancements

This commit is contained in:
2025-01-09 14:11:13 +01:00
parent 01e66bb3af
commit 0cd334e744
3 changed files with 15 additions and 2 deletions

13
changelog.md Normal file
View File

@@ -0,0 +1,13 @@
# Changelog
## 2025-01-09 - 1.0.18 - fix(webclient)
Ensure all package dependencies are up to date and minor performance enhancements
- Confirmed compatibility with latest package dependency versions
- Optimized performance for certain webclient operations
- Ensured consistent adherence to TypeScript intellisense guidelines
## 2020-09-18 to 2023-08-27 - 1.0.1 to 1.0.17 - Core Updates
Routine maintenance and minor updates
- Continuous updates to the core functionality to improve performance and fix bugs.