Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
35e387da7c | |||
c96248ea72 |
@ -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
|
||||
```
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@push.rocks/smarttime",
|
||||
"private": false,
|
||||
"version": "4.0.7",
|
||||
"version": "4.0.8",
|
||||
"description": "Provides utilities for advanced time handling including cron jobs, timestamps, intervals, and more.",
|
||||
"main": "dist_ts/index.js",
|
||||
"typings": "dist_ts/index.d.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.'
|
||||
}
|
||||
|
Reference in New Issue
Block a user