2 Commits

Author SHA1 Message Date
jkunz e560b1fdd4 v1.0.2
Default (tags) / security (push) Failing after 1s
Default (tags) / test (push) Failing after 1s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
2026-05-14 10:07:02 +00:00
jkunz 28396fc1f0 fix(repo): no changes to commit 2026-05-14 10:07:00 +00:00
3 changed files with 9 additions and 2 deletions
+7
View File
@@ -4,6 +4,13 @@
## 2026-05-14 - 1.0.2
### Fixes
- no changes to commit (repo)
## 2026-05-14 - 1.0.1
### Fixes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@fin.cx/fee-schedules",
"version": "1.0.1",
"version": "1.0.2",
"private": false,
"description": "Typed fee schedule catalogs by country, starting with German statutory and professional fee schedules.",
"main": "dist_ts/index.js",
+1 -1
View File
@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@fin.cx/fee-schedules',
version: '1.0.1',
version: '1.0.2',
description: 'Typed fee schedule catalogs by country, starting with German statutory and professional fee schedules.'
}