fix(repo): no changes to commit
This commit is contained in:
10
changelog.md
Normal file
10
changelog.md
Normal 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.
|
||||
@@ -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",
|
||||
|
||||
@@ -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.'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user