From 8bc1fd5a5edf10a2dec289c2ab5a83deb64ace72 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Sat, 28 Mar 2026 09:17:09 +0000 Subject: [PATCH] fix(repo): no changes to commit --- changelog.md | 10 ++++++++++ package.json | 3 ++- ts/00_commitinfo_data.ts | 9 ++++++--- 3 files changed, 18 insertions(+), 4 deletions(-) create mode 100644 changelog.md diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..4bc6c82 --- /dev/null +++ b/changelog.md @@ -0,0 +1,10 @@ +# Changelog + +## 2026-03-28 - 1.0.1 - fix(repo) +no changes to commit + + +## 2026-03-28 - 1.0.0 - project +Initial release. + +- Project initialized with first commit. \ No newline at end of file diff --git a/package.json b/package.json index 46b244e..751c86b 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,8 @@ "author": "Lossless GmbH", "license": "MIT", "dependencies": { - "@push.rocks/smartrequest": "^5.0.1" + "@push.rocks/smartrequest": "^5.0.1", + "@push.rocks/smartlog": "^3.2.1" }, "devDependencies": { "@git.zone/tsbuild": "^3.1.0", diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 96811f6..0afd342 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -1,5 +1,8 @@ +/** + * autocreated commitinfo by @push.rocks/commitinfo + */ export const commitinfo = { name: '@apiclient.xyz/bookstack', - version: '1.0.0', - description: 'A TypeScript API client for BookStack, providing easy access to books, chapters, pages, shelves, and more.', -}; + version: '1.0.1', + description: 'A TypeScript API client for BookStack, providing easy access to books, chapters, pages, shelves, and more.' +}