This commit is contained in:
2026-05-14 10:07:31 +00:00
parent 758a60ca57
commit d918332044
3 changed files with 5 additions and 2 deletions
+3
View File
@@ -5,6 +5,9 @@
## 2026-05-14 - 1.0.3
### Fixes ### Fixes
- no changes to commit (repository) - no changes to commit (repository)
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@fin.cx/fee-schedules", "name": "@fin.cx/fee-schedules",
"version": "1.0.2", "version": "1.0.3",
"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.2', version: '1.0.3',
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.'
} }