Skip to content

Commit 38782c8

Browse files
chore(release): 1.2.41 [skip ci]
## [1.2.41](v1.2.40...v1.2.41) (2026-03-10) ### Bug Fixes * **job:** add custom matrix strategy + update predefined version [#75](#75) ([afaab75](afaab75)) * **job:** fix job properties [#75](#75) ([f9ae7ee](f9ae7ee)) * **job:** fix matrixUtils test and small refactoring [#75](#75) ([83ce5d1](83ce5d1)) * **job:** prevent silent matrix-key overwrite [#75](#75) ([022982c](022982c)) * **job:** remove duplicated Matrix entries [#75](#75) ([b36fb77](b36fb77)) * **test:** fix the matrix strategy test [#75](#75) ([2bf1617](2bf1617))
1 parent e231975 commit 38782c8

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [1.2.41](https://github.com/timoa/workflow-editor/compare/v1.2.40...v1.2.41) (2026-03-10)
2+
3+
4+
### Bug Fixes
5+
6+
* **job:** add custom matrix strategy + update predefined version [#75](https://github.com/timoa/workflow-editor/issues/75) ([afaab75](https://github.com/timoa/workflow-editor/commit/afaab75de1598c3b2893c1f84fd9ea3bc4f5c35d))
7+
* **job:** fix job properties [#75](https://github.com/timoa/workflow-editor/issues/75) ([f9ae7ee](https://github.com/timoa/workflow-editor/commit/f9ae7ee0053093ebe456e9db3698c5da6a3935f7))
8+
* **job:** fix matrixUtils test and small refactoring [#75](https://github.com/timoa/workflow-editor/issues/75) ([83ce5d1](https://github.com/timoa/workflow-editor/commit/83ce5d163fac55728508d77ba57d39d7e0dda7c1))
9+
* **job:** prevent silent matrix-key overwrite [#75](https://github.com/timoa/workflow-editor/issues/75) ([022982c](https://github.com/timoa/workflow-editor/commit/022982c94ecc0c41ae727d78b25ef2b262d0de40))
10+
* **job:** remove duplicated Matrix entries [#75](https://github.com/timoa/workflow-editor/issues/75) ([b36fb77](https://github.com/timoa/workflow-editor/commit/b36fb773cbf9c31db6977952363c58f012e85d34))
11+
* **test:** fix the matrix strategy test [#75](https://github.com/timoa/workflow-editor/issues/75) ([2bf1617](https://github.com/timoa/workflow-editor/commit/2bf16174c263bd6b3e2ec6330908d8f3670bb69e))
12+
113
## [1.2.40](https://github.com/timoa/workflow-editor/compare/v1.2.39...v1.2.40) (2026-03-09)
214

315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "workflow-visual-editor",
33
"displayName": "Workflow Visual Editor",
44
"description": "Visual editor for GitHub Actions workflow files",
5-
"version": "1.2.40",
5+
"version": "1.2.41",
66
"publisher": "Timoa",
77
"author": "Damien Laureaux",
88
"homepage": "https://workflow-editor.com",

0 commit comments

Comments
 (0)