Skip to content

Commit 38020bf

Browse files
committed
chore(release): release v2.0.1
1 parent 3091351 commit 38020bf

File tree

13 files changed

+4978
-2183
lines changed

13 files changed

+4978
-2183
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
## [2.0.1](https://github.com/SAP/vscode-logging/compare/v2.0.0...v2.0.1) (2026-02-15)
7+
8+
### Bug Fixes
9+
10+
- examples fix ([#242](https://github.com/SAP/vscode-logging/issues/242)) ([09afea5](https://github.com/SAP/vscode-logging/commit/09afea515f76238e2761c9cf5849bda589204794))
11+
- upgrade lodash to version 4.17.23 ([#241](https://github.com/SAP/vscode-logging/issues/241)) ([69fc2ce](https://github.com/SAP/vscode-logging/commit/69fc2ce233e960219efca1118027638cc115874c))
12+
- workspace protocol ([#243](https://github.com/SAP/vscode-logging/issues/243)) ([3091351](https://github.com/SAP/vscode-logging/commit/30913512554b29590b16bce4ad2a1eb3890b5dc9))
13+
614
# 2.0.0 (2024-01-05)
715

816
### Bug Fixes

examples/extension-wrapper/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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+
## [2.0.1](https://github.com/SAP/vscode-logging/compare/v2.0.0...v2.0.1) (2026-02-15)
7+
8+
### Bug Fixes
9+
10+
- examples fix ([#242](https://github.com/SAP/vscode-logging/issues/242)) ([09afea5](https://github.com/SAP/vscode-logging/commit/09afea515f76238e2761c9cf5849bda589204794))
11+
- workspace protocol ([#243](https://github.com/SAP/vscode-logging/issues/243)) ([3091351](https://github.com/SAP/vscode-logging/commit/30913512554b29590b16bce4ad2a1eb3890b5dc9))
12+
613
# 2.0.0 (2024-01-05)
714

815
### Bug Fixes

examples/extension-wrapper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"displayName": "logging-wrapper-example",
55
"description": "Example using @vscode-logging/logger and @vscode-logging/wrapper in a VSCode Extension",
6-
"version": "2.0.0",
6+
"version": "2.0.1",
77
"publisher": "SAP",
88
"engines": {
99
"vscode": "^1.52.0"

examples/extension/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
## [2.0.1](https://github.com/SAP/vscode-logging/compare/v2.0.0...v2.0.1) (2026-02-15)
7+
8+
### Bug Fixes
9+
10+
- examples fix ([#242](https://github.com/SAP/vscode-logging/issues/242)) ([09afea5](https://github.com/SAP/vscode-logging/commit/09afea515f76238e2761c9cf5849bda589204794))
11+
- upgrade lodash to version 4.17.23 ([#241](https://github.com/SAP/vscode-logging/issues/241)) ([69fc2ce](https://github.com/SAP/vscode-logging/commit/69fc2ce233e960219efca1118027638cc115874c))
12+
- workspace protocol ([#243](https://github.com/SAP/vscode-logging/issues/243)) ([3091351](https://github.com/SAP/vscode-logging/commit/30913512554b29590b16bce4ad2a1eb3890b5dc9))
13+
614
# 2.0.0 (2024-01-05)
715

816
### Bug Fixes

examples/extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"displayName": "logging-example",
55
"description": "Example using @vscode-logging/logger in a VSCode Extension",
6-
"version": "2.0.0",
6+
"version": "2.0.1",
77
"publisher": "SAP",
88
"engines": {
99
"vscode": "^1.32.0"

examples/library/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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+
## [2.0.1](https://github.com/sap/vscode-logging/compare/v2.0.0...v2.0.1) (2026-02-15)
7+
8+
### Bug Fixes
9+
10+
- examples fix ([#242](https://github.com/sap/vscode-logging/issues/242)) ([09afea5](https://github.com/sap/vscode-logging/commit/09afea515f76238e2761c9cf5849bda589204794))
11+
- workspace protocol ([#243](https://github.com/sap/vscode-logging/issues/243)) ([3091351](https://github.com/sap/vscode-logging/commit/30913512554b29590b16bce4ad2a1eb3890b5dc9))
12+
613
# 2.0.0 (2024-01-05)
714

815
### Features

examples/library/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vscode-logging/library-example",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"private": true,
55
"description": "Example node library using @vscode-logging/logger via Dependency Injection",
66
"main": "index.js",

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": "2.0.0"
12+
"version": "2.0.1"
1313
}

packages/logger/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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+
## [2.0.1](https://github.com/sap/vscode-logging/compare/v2.0.0...v2.0.1) (2026-02-15)
7+
8+
### Bug Fixes
9+
10+
- upgrade lodash to version 4.17.23 ([#241](https://github.com/sap/vscode-logging/issues/241)) ([69fc2ce](https://github.com/sap/vscode-logging/commit/69fc2ce233e960219efca1118027638cc115874c))
11+
- workspace protocol ([#243](https://github.com/sap/vscode-logging/issues/243)) ([3091351](https://github.com/sap/vscode-logging/commit/30913512554b29590b16bce4ad2a1eb3890b5dc9))
12+
613
# 2.0.0 (2024-01-05)
714

815
### Bug Fixes

packages/logger/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vscode-logging/logger",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Logger Library for VSCode Extensions",
55
"keywords": [
66
"vscode",

0 commit comments

Comments
 (0)