Skip to content

Commit 18203cd

Browse files
Merge branch 'master' into master
2 parents d8ab3ef + 05b0ee2 commit 18203cd

File tree

6 files changed

+36
-3
lines changed

6 files changed

+36
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.3](https://github.com/SAP/code-snippet/compare/v2.0.2...v2.0.3) (2025-10-15)
7+
8+
9+
### Bug Fixes
10+
11+
* backward compatibility for using the oss extension ID ([#295](https://github.com/SAP/code-snippet/issues/295)) ([19f89a3](https://github.com/SAP/code-snippet/commit/19f89a3d0a31198c72fec94e507f524f5ba064d3))
12+
13+
14+
15+
16+
617
## [2.0.2](https://github.com/SAP/code-snippet/compare/v2.0.1...v2.0.2) (2025-09-03)
718

819
**Note:** Version bump only for package root

examples/vscode-snippet-contrib/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.3](https://github.com/SAP/code-snippet/compare/v2.0.2...v2.0.3) (2025-10-15)
7+
8+
9+
### Bug Fixes
10+
11+
* backward compatibility for using the oss extension ID ([#295](https://github.com/SAP/code-snippet/issues/295)) ([19f89a3](https://github.com/SAP/code-snippet/commit/19f89a3d0a31198c72fec94e507f524f5ba064d3))
12+
13+
14+
15+
16+
617
# [2.0.0](https://github.com/SAP/code-snippet/compare/v1.6.0...v2.0.0) (2025-08-20)
718

819

examples/vscode-snippet-contrib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vscode-snippet-contrib",
33
"displayName": "vscode-snippet-contrib",
4-
"version": "2.0.0",
4+
"version": "2.0.3",
55
"private": true,
66
"description": "",
77
"categories": [

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
"allowBranch": "master"
1515
}
1616
},
17-
"version": "2.0.2"
17+
"version": "2.0.3"
1818
}

packages/backend/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.3](https://github.com/SAP/code-snippet/compare/v2.0.2...v2.0.3) (2025-10-15)
7+
8+
9+
### Bug Fixes
10+
11+
* backward compatibility for using the oss extension ID ([#295](https://github.com/SAP/code-snippet/issues/295)) ([19f89a3](https://github.com/SAP/code-snippet/commit/19f89a3d0a31198c72fec94e507f524f5ba064d3))
12+
13+
14+
15+
16+
617
## [2.0.2](https://github.com/SAP/code-snippet/compare/v2.0.1...v2.0.2) (2025-09-03)
718

819
**Note:** Version bump only for package code-snippet-tool

packages/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "code-snippet-tool",
33
"displayName": "Code Snippet Tool",
4-
"version": "2.0.2",
4+
"version": "2.0.3",
55
"private": true,
66
"description": "A VSCode extension that provides a simple way to add code snippets.",
77
"categories": [

0 commit comments

Comments
 (0)