Skip to content

Commit 8a7689c

Browse files
chore(release): 1.2.38 [skip ci]
## [1.2.38](v1.2.37...v1.2.38) (2026-03-04) ### Bug Fixes * **lib:** fix runnerConfig [#86](#86) ([a2ecf9c](a2ecf9c)) * **workflow:** add missing runner types and remove deprecated [#86](#86) ([5ae9e48](5ae9e48)) * **workflow:** refactoring of the runner type validation [#86](#86) ([b469ae5](b469ae5)) * **workflow:** refactoring of the runner types [#86](#86) ([2d4a743](2d4a743)) * **workflow:** remove another deprecated ubuntu runner type [#86](#86) ([235855d](235855d))
1 parent 74a7bd4 commit 8a7689c

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [1.2.38](https://github.com/timoa/workflow-editor/compare/v1.2.37...v1.2.38) (2026-03-04)
2+
3+
4+
### Bug Fixes
5+
6+
* **lib:** fix runnerConfig [#86](https://github.com/timoa/workflow-editor/issues/86) ([a2ecf9c](https://github.com/timoa/workflow-editor/commit/a2ecf9cf592529e46e063fc13d5a71439bc83d6d))
7+
* **workflow:** add missing runner types and remove deprecated [#86](https://github.com/timoa/workflow-editor/issues/86) ([5ae9e48](https://github.com/timoa/workflow-editor/commit/5ae9e4888d7bbe50c915300d924485c6557edbe2))
8+
* **workflow:** refactoring of the runner type validation [#86](https://github.com/timoa/workflow-editor/issues/86) ([b469ae5](https://github.com/timoa/workflow-editor/commit/b469ae566a68690c4c6562347369d9ff0c199178))
9+
* **workflow:** refactoring of the runner types [#86](https://github.com/timoa/workflow-editor/issues/86) ([2d4a743](https://github.com/timoa/workflow-editor/commit/2d4a7434b2e28e64cb9820ce7a08e6c4f0bdb545))
10+
* **workflow:** remove another deprecated ubuntu runner type [#86](https://github.com/timoa/workflow-editor/issues/86) ([235855d](https://github.com/timoa/workflow-editor/commit/235855dbc1bfc242cd0296c7411cb0c9bf2ae658))
11+
112
## [1.2.37](https://github.com/timoa/workflow-editor/compare/v1.2.36...v1.2.37) (2026-03-04)
213

314

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.37",
5+
"version": "1.2.38",
66
"publisher": "Timoa",
77
"author": "Damien Laureaux",
88
"homepage": "https://workflow-editor.com",

0 commit comments

Comments
 (0)