Skip to content

Commit f68b953

Browse files
committed
chore(release): release v1.2.5
1 parent d651971 commit f68b953

File tree

6 files changed

+40
-4
lines changed

6 files changed

+40
-4
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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.2.5](https://github.com/SAP/code-snippet/compare/v1.2.4...v1.2.5) (2023-03-29)
7+
8+
9+
### Bug Fixes
10+
11+
* formatting ([#250](https://github.com/SAP/code-snippet/issues/250)) ([cd8d22c](https://github.com/SAP/code-snippet/commit/cd8d22c21ec3b6611e0f56e0a41c3e5244956063))
12+
* release workflow ([#249](https://github.com/SAP/code-snippet/issues/249)) ([f2b42ae](https://github.com/SAP/code-snippet/commit/f2b42ae6244c4979d97de6498a5764595a287fa9))
13+
14+
15+
### Reverts
16+
17+
* Revert "chore: bump husky from 4.3.6 to 8.0.3 (#232)" (#251) ([d651971](https://github.com/SAP/code-snippet/commit/d651971f6ec66d8f8715382dab96b85b1e7c854c)), closes [#232](https://github.com/SAP/code-snippet/issues/232) [#251](https://github.com/SAP/code-snippet/issues/251)
18+
19+
20+
21+
22+
623
## [1.2.4](https://github.com/SAP/code-snippet/compare/v1.2.3...v1.2.4) (2023-03-29)
724

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

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.2.4"
17+
"version": "1.2.5"
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.2.5](https://github.com/SAP/code-snippet/compare/v1.2.4...v1.2.5) (2023-03-29)
7+
8+
**Note:** Version bump only for package code-snippet
9+
10+
11+
12+
13+
614
## [1.2.4](https://github.com/SAP/code-snippet/compare/v1.2.3...v1.2.4) (2023-03-29)
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.2.4",
4+
"version": "1.2.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.2.4",
119+
"code-snippet-frontend": "^1.2.5",
120120
"fs-extra": "9.1.0",
121121
"lodash": "4.17.21",
122122
"strip-ansi": "6.0.0",

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.2.5](https://github.com/SAP/code-snippet/compare/v1.2.4...v1.2.5) (2023-03-29)
7+
8+
9+
### Bug Fixes
10+
11+
* formatting ([#250](https://github.com/SAP/code-snippet/issues/250)) ([cd8d22c](https://github.com/SAP/code-snippet/commit/cd8d22c21ec3b6611e0f56e0a41c3e5244956063))
12+
13+
14+
15+
16+
617
## [1.2.4](https://github.com/SAP/code-snippet/compare/v1.2.3...v1.2.4) (2023-03-29)
718

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

0 commit comments

Comments
 (0)