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