File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 99 "message" : " chore(release): release %s"
1010 }
1111 },
12- "version" : " 2.0.0 "
12+ "version" : " 2.0.1 "
1313}
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments