This commit is contained in:
2026-05-14 10:08:14 +00:00
parent e6acb3e26b
commit f80eedeb31
3 changed files with 5 additions and 2 deletions
+3
View File
@@ -6,6 +6,9 @@
## 2026-05-14 - 1.0.4
### Fixes
- no code changes to release (repo)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@fin.cx/fee-schedules",
"version": "1.0.3",
"version": "1.0.4",
"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.3',
version: '1.0.4',
description: 'Typed fee schedule catalogs by country, starting with German statutory and professional fee schedules.'
}