Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
a8a6bf02bc | |||
8f98b0fb12 |
10
changelog.md
Normal file
10
changelog.md
Normal 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
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@fin.cx/opendata",
|
"name": "@fin.cx/opendata",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "open business data",
|
"description": "open business data",
|
||||||
"main": "dist_ts/index.js",
|
"main": "dist_ts/index.js",
|
||||||
|
0
readme.hints.md
Normal file
0
readme.hints.md
Normal file
@ -1,8 +1,8 @@
|
|||||||
/**
|
/**
|
||||||
* autocreated commitinfo by @pushrocks/commitinfo
|
* autocreated commitinfo by @push.rocks/commitinfo
|
||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@fin.cx/opendata',
|
name: '@fin.cx/opendata',
|
||||||
version: '1.0.2',
|
version: '1.0.3',
|
||||||
description: 'open business data'
|
description: 'open business data'
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user