fix(core): No changes detected in project files or documentation. This commit is a placeholder to record that nothing was updated.

This commit is contained in:
Philipp Kunz 2025-04-09 06:28:27 +00:00
parent 39537c0568
commit d17683cd67
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Changelog # Changelog
## 2025-04-09 - 1.5.1 - fix(core)
No changes detected in project files or documentation. This commit is a placeholder to record that nothing was updated.
## 2025-04-09 - 1.5.0 - feat(documentation) ## 2025-04-09 - 1.5.0 - feat(documentation)
Enhance project metadata and documentation with comprehensive usage examples, updated descriptions, and improved keywords. Enhance project metadata and documentation with comprehensive usage examples, updated descriptions, and improved keywords.

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@fin.cx/opendata', name: '@fin.cx/opendata',
version: '1.5.0', version: '1.5.1',
description: 'A comprehensive TypeScript library that manages open business data for German companies by integrating MongoDB, processing JSONL bulk data, and automating browser interactions for Handelsregister data retrieval.' description: 'A comprehensive TypeScript library that manages open business data for German companies by integrating MongoDB, processing JSONL bulk data, and automating browser interactions for Handelsregister data retrieval.'
} }