Skip to content

Commit 05806bd

Browse files
committed
chore(release): release v2.0.1
1 parent c256598 commit 05806bd

File tree

6 files changed

+23
-3
lines changed

6 files changed

+23
-3
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/code-snippet/compare/v2.0.0...v2.0.1) (2025-09-01)
7+
8+
**Note:** Version bump only for package root
9+
10+
11+
12+
13+
614
# [2.0.0](https://github.com/SAP/code-snippet/compare/v1.6.0...v2.0.0) (2025-08-20)
715

816

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.0"
17+
"version": "2.0.1"
1818
}

packages/backend/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/code-snippet/compare/v2.0.0...v2.0.1) (2025-09-01)
7+
8+
**Note:** Version bump only for package code-snippet-tool
9+
10+
11+
12+
13+
614
# [2.0.0](https://github.com/SAP/code-snippet/compare/v1.6.0...v2.0.0) (2025-08-20)
715

816

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.0",
4+
"version": "2.0.1",
55
"private": true,
66
"description": "A VSCode extension that provides a simple way to add code snippets.",
77
"categories": [

packages/wrapper/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@
22

33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [2.0.1](https://github.com/SAP/code-snippet/compare/v2.0.0...v2.0.1) (2025-09-01)
7+
8+
**Note:** Version bump only for package code-snippet

packages/wrapper/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",
33
"displayName": "Code Snippet wrapper",
4-
"version": "2.0.0",
4+
"version": "2.0.1",
55
"private": true,
66
"description": "A VSCode extension that provides a simple way to add code snippets.",
77
"categories": [

0 commit comments

Comments
 (0)