2 Commits

Author SHA1 Message Date
2bc50c6714 1.0.27
Some checks failed
Default (tags) / security (push) Failing after 24s
Default (tags) / test (push) Failing after 16s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
2024-07-02 23:20:45 +02:00
3f8e2045e5 fix(core): Fix npm package availability links and status badges in readme.md 2024-07-02 23:20:45 +02:00
3 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## 2024-07-02 - 1.0.27 - fix(core)
Fix npm package availability links and status badges in readme.md
- Updated npm, GitLab, and GitHub links in readme.md.
- Enhanced status badges for clearer visibility.
## 2024-07-02 - 1.0.26 - fix(core)
Update package.json dependencies and metadata

View File

@ -1,6 +1,6 @@
{
"name": "@fin.cx/portablefinance",
"version": "1.0.26",
"version": "1.0.27",
"private": false,
"description": "an interface package for the financeplus organization",
"main": "dist_ts/index.js",

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@fin.cx/portablefinance',
version: '1.0.26',
version: '1.0.27',
description: 'an interface package for the financeplus organization'
}