From 8272084c8b1f0d6af87c7513e04ebcd0581c76ee Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Thu, 14 May 2026 10:05:30 +0000 Subject: [PATCH] v1.0.1 --- changelog.md | 3 +++ package.json | 2 +- ts/00_commitinfo_data.ts | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index cd3a49a..5ada285 100644 --- a/changelog.md +++ b/changelog.md @@ -3,6 +3,9 @@ ## Pending + +## 2026-05-14 - 1.0.1 + ### Fixes - no changes to commit (repository) diff --git a/package.json b/package.json index 8be755a..efbc8a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fin.cx/fee-schedules", - "version": "1.0.0", + "version": "1.0.1", "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 2d54775..60047dc 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.0', + version: '1.0.1', description: 'Typed fee schedule catalogs by country, starting with German statutory and professional fee schedules.' -}; +}