From 04248e0629297ec5c4cd63b503c8f7518308af99 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Thu, 14 May 2026 10:08:14 +0000 Subject: [PATCH] v1.0.4 --- changelog.md | 3 +++ package.json | 2 +- ts/00_commitinfo_data.ts | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 590c712..27415f7 100644 --- a/changelog.md +++ b/changelog.md @@ -6,6 +6,9 @@ + +## 2026-05-14 - 1.0.4 + ### Fixes - no code changes to release (repo) diff --git a/package.json b/package.json index 9869bc9..6b26272 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 6e17c5a..e2f24a1 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -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.' }