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