Skip to content

Commit 6443406

Browse files
committed
chore(release): release v4.5.0
1 parent a431aa1 commit 6443406

5 files changed

Lines changed: 15 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [4.5.0](https://github.com/SAP/task-explorer/compare/v4.4.1...v4.5.0) (2023-09-06)
7+
8+
### Features
9+
10+
- E2E Deploy configuration action ([#297](https://github.com/SAP/task-explorer/issues/297)) ([a431aa1](https://github.com/SAP/task-explorer/commit/a431aa1368f08037116655fa1dfe31342da6dd87))
11+
612
## [4.4.1](https://github.com/SAP/task-explorer/compare/v4.4.0...v4.4.1) (2023-08-08)
713

814
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
"message": "chore(release): release %s"
1010
}
1111
},
12-
"version": "4.4.1"
12+
"version": "4.5.0"
1313
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vscode-tasks-explorer",
33
"displayName": "Tasks Explorer",
4-
"version": "4.4.1",
4+
"version": "4.5.0",
55
"private": true,
66
"description": "Tasks Explorer",
77
"workspaces": {

packages/tasks_panel/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [4.5.0](https://github.com/SAP/task-explorer/compare/v4.4.1...v4.5.0) (2023-09-06)
7+
8+
### Features
9+
10+
- E2E Deploy configuration action ([#297](https://github.com/SAP/task-explorer/issues/297)) ([a431aa1](https://github.com/SAP/task-explorer/commit/a431aa1368f08037116655fa1dfe31342da6dd87))
11+
612
## [4.4.1](https://github.com/SAP/task-explorer/compare/v4.4.0...v4.4.1) (2023-08-08)
713

814
### Bug Fixes

packages/tasks_panel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vscode-tasks-explorer-tasks-panel",
33
"displayName": "Task Explorer",
4-
"version": "4.4.1",
4+
"version": "4.5.0",
55
"private": true,
66
"categories": [],
77
"keywords": [],

0 commit comments

Comments
 (0)