Skip to content

Commit fd29017

Browse files
committed
chore(release): release v1.6.0
1 parent 642820c commit fd29017

File tree

6 files changed

+34
-4
lines changed

6 files changed

+34
-4
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+
# [1.6.0](https://github.com/SAP/code-snippet/compare/v1.5.1...v1.6.0) (2025-05-12)
7+
8+
9+
### Features
10+
11+
* auto complete support ([#290](https://github.com/SAP/code-snippet/issues/290)) ([642820c](https://github.com/SAP/code-snippet/commit/642820c3ca7b964d628c08ff7efbe498b81db919))
12+
13+
14+
15+
16+
617
## [1.5.1](https://github.com/SAP/code-snippet/compare/v1.5.0...v1.5.1) (2025-01-27)
718

819

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": "1.5.1"
17+
"version": "1.6.0"
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+
# [1.6.0](https://github.com/SAP/code-snippet/compare/v1.5.1...v1.6.0) (2025-05-12)
7+
8+
**Note:** Version bump only for package code-snippet
9+
10+
11+
12+
13+
614
## [1.5.1](https://github.com/SAP/code-snippet/compare/v1.5.0...v1.5.1) (2025-01-27)
715

816
**Note:** Version bump only for package code-snippet

packages/backend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "code-snippet",
33
"displayName": "Code Snippet",
4-
"version": "1.5.1",
4+
"version": "1.6.0",
55
"description": "A VSCode extension that provides a simple way to add code snippets.",
66
"publisher": "SAPOSS",
77
"private": true,
@@ -114,7 +114,7 @@
114114
"@sap-devx/webview-rpc": "0.3.1",
115115
"@sap/swa-for-sapbas-vsx": "2.0.4",
116116
"@vscode-logging/logger": "1.2.3",
117-
"code-snippet-frontend": "^1.5.1",
117+
"code-snippet-frontend": "^1.6.0",
118118
"fs-extra": "9.1.0",
119119
"jsdom": "23.2.0",
120120
"lodash": "4.17.21",

packages/frontend/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+
# [1.6.0](https://github.com/SAP/code-snippet/compare/v1.5.1...v1.6.0) (2025-05-12)
7+
8+
9+
### Features
10+
11+
* auto complete support ([#290](https://github.com/SAP/code-snippet/issues/290)) ([642820c](https://github.com/SAP/code-snippet/commit/642820c3ca7b964d628c08ff7efbe498b81db919))
12+
13+
14+
15+
16+
617
## [1.5.1](https://github.com/SAP/code-snippet/compare/v1.5.0...v1.5.1) (2025-01-27)
718

819

packages/frontend/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-frontend",
33
"displayName": "Code Snippet Frontend",
4-
"version": "1.5.1",
4+
"version": "1.6.0",
55
"publisher": "SAP",
66
"license": "Apache 2.0",
77
"description": "Frontend for the Code Snippet framework",

0 commit comments

Comments
 (0)