2 Commits

Author SHA1 Message Date
a8a6bf02bc 1.0.3
Some checks failed
Default (tags) / security (push) Failing after 15s
Default (tags) / test (push) Failing after 13s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
2024-07-02 15:43:11 +02:00
8f98b0fb12 fix(core): No new changes detected. Preparing for patch release. 2024-07-02 15:43:10 +02:00
4 changed files with 13 additions and 3 deletions

10
changelog.md Normal file
View File

@ -0,0 +1,10 @@
# Changelog
## 2024-07-02 - 1.0.3 - fix(core)
No new changes detected. Preparing for patch release.
## 2023-11-14 - 1.0.1 to 1.0.2 - General Updates
Minor version updates and fixes.
- fix(core): update

View File

@ -1,6 +1,6 @@
{
"name": "@fin.cx/opendata",
"version": "1.0.2",
"version": "1.0.3",
"private": false,
"description": "open business data",
"main": "dist_ts/index.js",

0
readme.hints.md Normal file
View File

View File

@ -1,8 +1,8 @@
/**
* autocreated commitinfo by @pushrocks/commitinfo
* autocreated commitinfo by @push.rocks/commitinfo
*/
export const commitinfo = {
name: '@fin.cx/opendata',
version: '1.0.2',
version: '1.0.3',
description: 'open business data'
}