v1.1.0
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 12:41:33 +00:00
parent d79e013ebf
commit c8411b0265
3 changed files with 5 additions and 2 deletions
+3
View File
@@ -7,6 +7,9 @@
## 2026-05-14 - 1.1.0
### Features
- load fee schedule catalogs and data from generated JSON payloads instead of bundled Germany TypeScript exports (data-loading)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@fin.cx/fee-schedules",
"version": "1.0.4",
"version": "1.1.0",
"private": false,
"description": "Typed fee schedule catalogs by country, starting with German statutory and professional fee schedules.",
"main": "dist_ts/index.js",
+1 -1
View File
@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@fin.cx/fee-schedules',
version: '1.0.4',
version: '1.1.0',
description: 'Typed fee schedule catalogs by country, starting with German statutory and professional fee schedules.'
}