fix(repo): no changes to commit

This commit is contained in:
2026-03-28 09:17:09 +00:00
parent 692e45286e
commit 8bc1fd5a5e
3 changed files with 18 additions and 4 deletions

10
changelog.md Normal file
View File

@@ -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.

View File

@@ -27,7 +27,8 @@
"author": "Lossless GmbH", "author": "Lossless GmbH",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@push.rocks/smartrequest": "^5.0.1" "@push.rocks/smartrequest": "^5.0.1",
"@push.rocks/smartlog": "^3.2.1"
}, },
"devDependencies": { "devDependencies": {
"@git.zone/tsbuild": "^3.1.0", "@git.zone/tsbuild": "^3.1.0",

View File

@@ -1,5 +1,8 @@
/**
* autocreated commitinfo by @push.rocks/commitinfo
*/
export const commitinfo = { export const commitinfo = {
name: '@apiclient.xyz/bookstack', name: '@apiclient.xyz/bookstack',
version: '1.0.0', version: '1.0.1',
description: 'A TypeScript API client for BookStack, providing easy access to books, chapters, pages, shelves, and more.', description: 'A TypeScript API client for BookStack, providing easy access to books, chapters, pages, shelves, and more.'
}; }