diff --git a/changelog.md b/changelog.md index 237e5d5..010d6be 100644 --- a/changelog.md +++ b/changelog.md @@ -7,6 +7,9 @@ + +## 2026-05-14 - 1.1.0 + ### Features - load fee schedule catalogs and data from generated JSON payloads instead of bundled Germany TypeScript exports (data-loading) diff --git a/package.json b/package.json index a0d514b..1d1ef15 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fin.cx/fee-schedules", - "version": "1.0.4", + "version": "1.1.0", "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 e2f24a1..6b64dc2 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.4', + version: '1.1.0', description: 'Typed fee schedule catalogs by country, starting with German statutory and professional fee schedules.' }