Skip to content

Commit 7ff5e1a

Browse files
Version Packages (#16)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 87c99cf commit 7ff5e1a

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.changeset/visualization-improvements.md

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

CHANGELOG.md

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

3+
## 1.4.0
4+
5+
### Minor Changes
6+
7+
- 87c99cf: Improve visualization rendering with professional libraries
8+
- Replace custom ASCII tree rendering with `oo-ascii-tree` for better box-drawing characters
9+
- Replace custom table rendering with `climt` for professional CLI tables
10+
- Change table layout from horizontal to vertical (Stage | Job columns)
11+
- Display one job per row with full ext ends chains
12+
313
## 1.3.0
414

515
### 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.3.0",
3+
"version": "1.4.0",
44
"description": "Create GitLab CI pipelines with TypeScript.",
55
"keywords": [
66
"gitlab",

0 commit comments

Comments
 (0)