Compare commits

..

No commits in common. "master" and "v1.0.92" have entirely different histories.

4 changed files with 6 additions and 63 deletions

View File

@ -1,53 +0,0 @@
# Changelog
## 2024-11-17 - 1.0.93 - fix(documentation)
Improve documentation with detailed setup and usage instructions
- Added installation instructions for installing directly from GitLab.
- Included a basic TypeScript usage example for setting up Docker continuous integration.
- Outlined further configuration options and hypothetical usage of the package.
## 2024-05-26 - 1.0.88 to 1.0.92 - Core Updates
Routine maintenance and core updates.
- Several updates to the core functionality to enhance stability and performance.
## 2024-05-14 - 1.0.88 - Description Update
Updated project description.
- Modified the project description for clarity.
## 2023-06-25 - 1.0.84 to 1.0.87 - Core Updates
Routine core updates.
- Implemented numerous updates to the project's core functionalities.
## 2022-10-17 - 1.0.82 to 1.0.83 - Core Updates
Routine maintenance for core systems.
- Upgraded core components with several improvements.
## 2022-01-28 - 1.0.75 to 1.0.81 - Core Updates
Progressive updates and fixes in core functionalities.
- Core systems improved with routine maintenance updates.
## 2021-02-27 - 1.0.50 to 1.0.74 - Core Updates
Round of fixes in the core components.
- Enhanced core modules with crucial updates and fixes.
## 2019-11-24 - 1.0.45 - Documentation Update
Minor update to documentation.
- README file renamed for better clarity in project documentation.
## 2019-08-27 - 1.0.8 to 1.0.18 - Core Updates
Ongoing maintenance with multiple core updates.
- Maintained stable functionality with periodic core updates.
## 2018-12-12 - 1.0.0 to 1.0.1 - Core Stabilization
Initial version core stabilization.
- Important fixes applied to core functions to ensure stability.

5
package-lock.json generated Normal file
View File

@ -0,0 +1,5 @@
{
"name": "ht-docker-dbase",
"version": "1.0.92",
"lockfileVersion": 1
}

View File

@ -1,6 +1,6 @@
{ {
"name": "ht-docker-dbase", "name": "ht-docker-dbase",
"version": "1.0.93", "version": "1.0.92",
"description": "Provides easy Continuous Integration for Docker images.", "description": "Provides easy Continuous Integration for Docker images.",
"main": "index.js", "main": "index.js",
"directories": { "directories": {

9
pnpm-lock.yaml generated
View File

@ -1,9 +0,0 @@
lockfileVersion: '9.0'
settings:
autoInstallPeers: true
excludeLinksFromLockfile: false
importers:
.: {}