fix(ci): Updated dependencies and added CI/CD workflows.

This commit is contained in:
2025-02-25 18:43:29 +00:00
parent 83bafbb6f6
commit 44d1cefc9f
5 changed files with 3553 additions and 943 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2025-02-25 - 1.12.7 - fix(ci)
Updated dependencies and added CI/CD workflows.
- Updated several dependencies in package.json for compatibility and security.
- Added default GitHub and GitLab CI/CD workflow files to the test directory.
- Introduced a .gitignore file to exclude certain directories and files.
- Ensured consistent formatting with Prettier and TypeScript configurations.
## 2025-01-29 - 1.12.6 - fix(project)
Minor fixes and cleanup