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.' }