Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
84cab94beb | |||
d17683cd67 |
@ -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.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@fin.cx/opendata",
|
"name": "@fin.cx/opendata",
|
||||||
"version": "1.5.0",
|
"version": "1.5.1",
|
||||||
"private": false,
|
"private": false,
|
||||||
"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.",
|
||||||
"main": "dist_ts/index.js",
|
"main": "dist_ts/index.js",
|
||||||
|
@ -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.'
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user