From 0cd334e7443dc8e3ad6e66713326f70f27dd298a Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Thu, 9 Jan 2025 14:11:13 +0100 Subject: [PATCH] fix(webclient): Ensure all package dependencies are up to date and minor performance enhancements --- changelog.md | 13 +++++++++++++ readme.hints.md | 0 ts/00_commitinfo_data.ts | 4 ++-- 3 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 changelog.md create mode 100644 readme.hints.md diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..a463916 --- /dev/null +++ b/changelog.md @@ -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. \ No newline at end of file diff --git a/readme.hints.md b/readme.hints.md new file mode 100644 index 0000000..e69de29 diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 1ccc7a8..7e02a7e 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -1,8 +1,8 @@ /** - * autocreated commitinfo by @pushrocks/commitinfo + * autocreated commitinfo by @push.rocks/commitinfo */ export const commitinfo = { name: '@consent.software/webclient', - version: '1.0.17', + version: '1.0.18', description: 'a webclient for using consent.software in your website. Works with vanilla js, angular, react, you name it.' }