v1.0.1
Default (tags) / security (push) Failing after 1s
Default (tags) / test (push) Failing after 1s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped

This commit is contained in:
2026-05-14 10:05:30 +00:00
parent cb166a946a
commit 8272084c8b
3 changed files with 6 additions and 3 deletions
+3
View File
@@ -3,6 +3,9 @@
## Pending
## 2026-05-14 - 1.0.1
### Fixes
- no changes to commit (repository)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@fin.cx/fee-schedules",
"version": "1.0.0",
"version": "1.0.1",
"private": false,
"description": "Typed fee schedule catalogs by country, starting with German statutory and professional fee schedules.",
"main": "dist_ts/index.js",
+2 -2
View File
@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@fin.cx/fee-schedules',
version: '1.0.0',
version: '1.0.1',
description: 'Typed fee schedule catalogs by country, starting with German statutory and professional fee schedules.'
};
}