4 Commits

Author SHA1 Message Date
jkunz 04248e0629 v1.0.4
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:08:14 +00:00
jkunz e6acb3e26b fix(repo): no code changes to release 2026-05-14 10:08:11 +00:00
jkunz 67f0a3ac4a v1.0.3
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:31 +00:00
jkunz 758a60ca57 fix(repository): no changes to commit 2026-05-14 10:07:29 +00:00
3 changed files with 16 additions and 2 deletions
+14
View File
@@ -5,6 +5,20 @@
## 2026-05-14 - 1.0.4
### Fixes
- no code changes to release (repo)
## 2026-05-14 - 1.0.3
### Fixes
- no changes to commit (repository)
## 2026-05-14 - 1.0.2 ## 2026-05-14 - 1.0.2
### Fixes ### Fixes
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@fin.cx/fee-schedules", "name": "@fin.cx/fee-schedules",
"version": "1.0.2", "version": "1.0.4",
"private": false, "private": false,
"description": "Typed fee schedule catalogs by country, starting with German statutory and professional fee schedules.", "description": "Typed fee schedule catalogs by country, starting with German statutory and professional fee schedules.",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",
+1 -1
View File
@@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@fin.cx/fee-schedules', name: '@fin.cx/fee-schedules',
version: '1.0.2', version: '1.0.4',
description: 'Typed fee schedule catalogs by country, starting with German statutory and professional fee schedules.' description: 'Typed fee schedule catalogs by country, starting with German statutory and professional fee schedules.'
} }