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