From 67f0a3ac4a48ed2ed11ea706784d3ce93cc6c37f Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Thu, 14 May 2026 10:07:31 +0000 Subject: [PATCH] v1.0.3 --- 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 21e699c..f23f7fe 100644 --- a/changelog.md +++ b/changelog.md @@ -5,6 +5,9 @@ + +## 2026-05-14 - 1.0.3 + ### Fixes - no changes to commit (repository) diff --git a/package.json b/package.json index c1725b7..9869bc9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fin.cx/fee-schedules", - "version": "1.0.2", + "version": "1.0.3", "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 0969767..6e17c5a 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.2', + version: '1.0.3', description: 'Typed fee schedule catalogs by country, starting with German statutory and professional fee schedules.' }