diff --git a/changelog.md b/changelog.md index 0b0a90e..f3a6cb3 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 2024-06-23 - 4.0.8 - fix(documentation) +Corrected formatting issues in changelog.md + +- Fixed markdown formatting by removing unnecessary newlines. + + ## 2024-06-23 - 4.0.7 - fix(build) Remove GitLab CI configuration and update dependencies in package.json @@ -12,8 +18,6 @@ Remove GitLab CI configuration and update dependencies in package.json - Updated dayjs from ^1.11.10 to ^1.11.11 - Fixed test files to export default tap.start() - -```markdown ## 2024-05-29 - 4.0.6 - Maintenance Updates Updates to configuration files and metadata. @@ -93,4 +97,3 @@ Updated and changed the scope of core functionalities. Inception of project with core functionalities. - first implementation -``` \ No newline at end of file diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 3d585c4..74531bf 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/smarttime', - version: '4.0.7', + version: '4.0.8', description: 'Provides utilities for advanced time handling including cron jobs, timestamps, intervals, and more.' }