From 8f98b0fb122bd8295a61ebd59959c343fbaac5bb Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Tue, 2 Jul 2024 15:43:10 +0200 Subject: [PATCH] fix(core): No new changes detected. Preparing for patch release. --- changelog.md | 10 ++++++++++ readme.hints.md | 0 ts/00_commitinfo_data.ts | 4 ++-- 3 files changed, 12 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..3c450d2 --- /dev/null +++ b/changelog.md @@ -0,0 +1,10 @@ +# Changelog + +## 2024-07-02 - 1.0.3 - fix(core) +No new changes detected. Preparing for patch release. + + +## 2023-11-14 - 1.0.1 to 1.0.2 - General Updates +Minor version updates and fixes. + +- fix(core): update \ 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 cf40a50..b4bccbd 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/opendata', - version: '1.0.2', + version: '1.0.3', description: 'open business data' }