Skip to content

Commit 1e0a371

Browse files
committed
chore(release): release v1.1.5
1 parent 584f0b4 commit 1e0a371

File tree

6 files changed

+24
-4
lines changed

6 files changed

+24
-4
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+
## [1.1.5](https://github.com/SAP/code-snippet/compare/v1.1.4...v1.1.5) (2022-04-26)
7+
8+
### Bug Fixes
9+
10+
- formatting ([584f0b4](https://github.com/SAP/code-snippet/commit/584f0b42a70b236082e51c71bb064093c310fc7c))
11+
- formatting ([#198](https://github.com/SAP/code-snippet/issues/198)) ([1a5edfe](https://github.com/SAP/code-snippet/commit/1a5edfeed82f23e65bc4eba0207af52934dd583a))
12+
- style miss alignments ([#197](https://github.com/SAP/code-snippet/issues/197)) ([fcd4486](https://github.com/SAP/code-snippet/commit/fcd4486956f6d77a215ccaa322738edd0f0ae848))
13+
614
## [1.1.4](https://github.com/SAP/code-snippet/compare/v1.1.3...v1.1.4) (2021-10-03)
715

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

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
"allowBranch": "master"
1212
}
1313
},
14-
"version": "1.1.4"
14+
"version": "1.1.5"
1515
}

packages/backend/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+
## [1.1.5](https://github.com/SAP/code-snippet/compare/v1.1.4...v1.1.5) (2022-04-26)
7+
8+
### Bug Fixes
9+
10+
- formatting ([584f0b4](https://github.com/SAP/code-snippet/commit/584f0b42a70b236082e51c71bb064093c310fc7c))
11+
612
## [1.1.4](https://github.com/SAP/code-snippet/compare/v1.1.3...v1.1.4) (2021-10-03)
713

814
**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.1.4",
4+
"version": "1.1.5",
55
"description": "A VSCode extension that provides a simple way to add code snippets.",
66
"publisher": "SAPOSS",
77
"private": true,
@@ -116,7 +116,7 @@
116116
"@sap-devx/webview-rpc": "0.3.1",
117117
"@sap/swa-for-sapbas-vsx": "1.2.15",
118118
"@vscode-logging/logger": "1.2.3",
119-
"code-snippet-frontend": "^1.1.4",
119+
"code-snippet-frontend": "^1.1.5",
120120
"fs-extra": "9.1.0",
121121
"lodash": "4.17.21",
122122
"strip-ansi": "6.0.0",

packages/frontend/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+
## [1.1.5](https://github.com/SAP/code-snippet/compare/v1.1.4...v1.1.5) (2022-04-26)
7+
8+
### Bug Fixes
9+
10+
- style miss alignments ([#197](https://github.com/SAP/code-snippet/issues/197)) ([fcd4486](https://github.com/SAP/code-snippet/commit/fcd4486956f6d77a215ccaa322738edd0f0ae848))
11+
612
## [1.1.4](https://github.com/SAP/code-snippet/compare/v1.1.3...v1.1.4) (2021-10-03)
713

814
**Note:** Version bump only for package code-snippet-frontend

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.1.4",
4+
"version": "1.1.5",
55
"publisher": "SAP",
66
"license": "Apache 2.0",
77
"description": "Frontend for the Code Snippet framework",

0 commit comments

Comments
 (0)