fix(core): Removed GitLab CI configuration and updated npm, gitzone settings

This commit is contained in:
2024-12-29 22:51:34 +01:00
parent 44ec964814
commit 9d2e3e640a
11 changed files with 4230 additions and 809 deletions

14
changelog.md Normal file
View File

@@ -0,0 +1,14 @@
# Changelog
## 2024-12-29 - 1.0.186 - fix(core)
Removed GitLab CI configuration and updated npm, gitzone settings
- Deleted .gitlab-ci.yml, removing GitLab CI pipeline configuration.
- Updated baseImage and gitscope in npmextra.json for new docker settings.
- Corrected and updated dependencies and package details in package.json.
- Enhanced readme with initialization, running, and task management examples.
## 2024-05-15 - 1.0.183 to 1.0.185 - Core Updates
Minor updates and maintenance.
- Two minor fixes to core functionality were applied.