Skip to content

Commit 515bff0

Browse files
Version Packages (#17)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2b79ae0 commit 515bff0

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

.changeset/comprehensive-jsdoc-documentation.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @noxify/gitlab-ci-builder
22

3+
## 1.4.1
4+
5+
### Patch Changes
6+
7+
- 2b79ae0: Add comprehensive JSDoc documentation across the entire codebase
8+
- Added detailed JSDoc comments to all public APIs and internal functions
9+
- Included practical examples for complex methods
10+
- Added @see references linking to official GitLab CI/CD documentation
11+
- Documented all helper functions in importer, resolver, serializer, and visualization modules
12+
- Enhanced PipelineState class methods with parameter descriptions and usage examples
13+
- Improved documentation for TypeScript AST generation utilities
14+
315
## 1.4.0
416

517
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@noxify/gitlab-ci-builder",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "Create GitLab CI pipelines with TypeScript.",
55
"keywords": [
66
"gitlab",

0 commit comments

Comments
 (0)