Skip to content

Commit e8e9e64

Browse files
committed
chore(release): release v2.0.4
1 parent 6937c19 commit e8e9e64

14 files changed

Lines changed: 37 additions & 7 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+
## [2.0.4](https://github.com/SAP/vscode-logging/compare/v2.0.3...v2.0.4) (2026-02-18)
7+
8+
### Bug Fixes
9+
10+
- add registry-url for npm trusted publishers ([6937c19](https://github.com/SAP/vscode-logging/commit/6937c1902bfed6b02527c608fd011fab102818ee))
11+
612
## [2.0.3](https://github.com/SAP/vscode-logging/compare/v2.0.2...v2.0.3) (2026-02-17)
713

814
### Bug Fixes

examples/extension-wrapper/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.4](https://github.com/SAP/vscode-logging/compare/v2.0.3...v2.0.4) (2026-02-18)
7+
8+
**Note:** Version bump only for package vscode-logging-extension-wrapper-example
9+
610
## [2.0.3](https://github.com/SAP/vscode-logging/compare/v2.0.2...v2.0.3) (2026-02-17)
711

812
**Note:** Version bump only for package vscode-logging-extension-wrapper-example

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.3",
6+
"version": "2.0.4",
77
"publisher": "SAP",
88
"engines": {
99
"vscode": "^1.52.0"

examples/extension/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.4](https://github.com/SAP/vscode-logging/compare/v2.0.3...v2.0.4) (2026-02-18)
7+
8+
**Note:** Version bump only for package vscode-logging-extension-example
9+
610
## [2.0.3](https://github.com/SAP/vscode-logging/compare/v2.0.2...v2.0.3) (2026-02-17)
711

812
**Note:** Version bump only for package vscode-logging-extension-example

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.3",
6+
"version": "2.0.4",
77
"publisher": "SAP",
88
"engines": {
99
"vscode": "^1.32.0"

examples/library/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.4](https://github.com/sap/vscode-logging/compare/v2.0.3...v2.0.4) (2026-02-18)
7+
8+
**Note:** Version bump only for package @vscode-logging/library-example
9+
610
## [2.0.3](https://github.com/sap/vscode-logging/compare/v2.0.2...v2.0.3) (2026-02-17)
711

812
**Note:** Version bump only for package @vscode-logging/library-example

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.3",
3+
"version": "2.0.4",
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.3"
12+
"version": "2.0.4"
1313
}

packages/logger/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.4](https://github.com/sap/vscode-logging/compare/v2.0.3...v2.0.4) (2026-02-18)
7+
8+
**Note:** Version bump only for package @vscode-logging/logger
9+
610
## [2.0.3](https://github.com/sap/vscode-logging/compare/v2.0.2...v2.0.3) (2026-02-17)
711

812
**Note:** Version bump only for package @vscode-logging/logger

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.3",
3+
"version": "2.0.4",
44
"description": "Logger Library for VSCode Extensions",
55
"keywords": [
66
"vscode",

0 commit comments

Comments
 (0)