From 96d50962eacd31d86b8ef9945f058798ae08fc68 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Tue, 2 Jul 2024 23:16:44 +0200 Subject: [PATCH] fix(core): Update package.json dependencies and metadata --- changelog.md | 37 +++++++++++++++++++++++++++++++++++++ readme.hints.md | 0 ts/00_commitinfo_data.ts | 4 ++-- 3 files changed, 39 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..5a49c99 --- /dev/null +++ b/changelog.md @@ -0,0 +1,37 @@ +# Changelog + +## 2024-07-02 - 1.0.26 - fix(core) +Update package.json dependencies and metadata + +- Updated devDependencies versions in package.json + +## 2023-11-17 - 1.0.25 - core +Fixes and updates to the core functionalities. + +- update + +## 2023-11-16 - 1.0.15 to 1.0.24 - core +Series of fixes and updates to the core functionalities. + +- update + +## 2021-04-16 - 1.0.11 to 1.0.15 - core +Series of fixes and updates to the core functionalities. + +- update + +## 2019-07-07 - 1.0.8 - core +Fixes and added new features related to CSV parsing. + +- add Base class for CSV Parsers + +## 2019-06-24 - 1.0.5 to 1.0.7 - core +Series of fixes and updates to the core functionalities. + +- update + +## 2019-05-23 - 1.0.1 to 1.0.4 - core +Initial series of updates and fixes following project launch. + +- update + 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 501a241..bc0f1e4 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: '@fin.cx/portablefinance', - version: '1.0.25', + version: '1.0.26', description: 'an interface package for the financeplus organization' }