Skip to content

Commit fd2ff4f

Browse files
chore(release): release v1.1.2
1 parent fe6b8b0 commit fd2ff4f

File tree

6 files changed

+21
-3
lines changed

6 files changed

+21
-3
lines changed

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.2](https://github.com/SAP/code-snippet/compare/v1.1.1...v1.1.2) (2021-06-15)
7+
8+
### Bug Fixes
9+
10+
- show output does not work, panel serializer does not work ([#140](https://github.com/SAP/code-snippet/issues/140)) ([fe6b8b0](https://github.com/SAP/code-snippet/commit/fe6b8b04d7e80ad3473c00ec6e45efb9ab5fa54e))
11+
612
## [1.1.1](https://github.com/SAP/code-snippet/compare/v1.1.0...v1.1.1) (2021-06-13)
713

814
### Bug Fixes

examples/vscode-snippet-contrib/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.2](https://github.com/SAP/code-snippet/compare/v1.1.1...v1.1.2) (2021-06-15)
7+
8+
### Bug Fixes
9+
10+
- show output does not work, panel serializer does not work ([#140](https://github.com/SAP/code-snippet/issues/140)) ([fe6b8b0](https://github.com/SAP/code-snippet/commit/fe6b8b04d7e80ad3473c00ec6e45efb9ab5fa54e))
11+
612
## [1.1.1](https://github.com/SAP/code-snippet/compare/v1.1.0...v1.1.1) (2021-06-13)
713

814
### Bug Fixes

examples/vscode-snippet-contrib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-snippet-contrib",
33
"displayName": "vscode-snippet-contrib",
44
"description": "",
5-
"version": "1.1.1",
5+
"version": "1.1.2",
66
"publisher": "SAPOSS",
77
"private": true,
88
"engines": {

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.1"
14+
"version": "1.1.2"
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.2](https://github.com/SAP/code-snippet/compare/v1.1.1...v1.1.2) (2021-06-15)
7+
8+
### Bug Fixes
9+
10+
- show output does not work, panel serializer does not work ([#140](https://github.com/SAP/code-snippet/issues/140)) ([fe6b8b0](https://github.com/SAP/code-snippet/commit/fe6b8b04d7e80ad3473c00ec6e45efb9ab5fa54e))
11+
612
## [1.1.1](https://github.com/SAP/code-snippet/compare/v1.1.0...v1.1.1) (2021-06-13)
713

814
### Bug Fixes

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",
33
"displayName": "Code Snippet",
4-
"version": "1.1.1",
4+
"version": "1.1.2",
55
"description": "A VSCode extension that provides a simple way to add code snippets.",
66
"publisher": "SAPOSS",
77
"private": true,

0 commit comments

Comments
 (0)