Skip to content

Commit d9a3a41

Browse files
committed
chore(release): release v1.4.0
1 parent 8ecd337 commit d9a3a41

File tree

4 files changed

+25
-4
lines changed

4 files changed

+25
-4
lines changed

CHANGELOG.md

+11
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.4.0](https://github.com/SAP/code-snippet/compare/v1.3.2...v1.4.0) (2024-05-16)
7+
8+
9+
### Features
10+
11+
* usage analytics in code-snippet ([#285](https://github.com/SAP/code-snippet/issues/285)) ([dc5329f](https://github.com/SAP/code-snippet/commit/dc5329f52e1fdd93f28b473cb3bda6feb8d5d4dc))
12+
13+
14+
15+
16+
617
## [1.3.2](https://github.com/SAP/code-snippet/compare/v1.3.1...v1.3.2) (2024-04-25)
718

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

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
"allowBranch": "master"
1515
}
1616
},
17-
"version": "1.3.2"
17+
"version": "1.4.0"
1818
}

packages/backend/CHANGELOG.md

+11
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.4.0](https://github.com/SAP/code-snippet/compare/v1.3.2...v1.4.0) (2024-05-16)
7+
8+
9+
### Features
10+
11+
* usage analytics in code-snippet ([#285](https://github.com/SAP/code-snippet/issues/285)) ([dc5329f](https://github.com/SAP/code-snippet/commit/dc5329f52e1fdd93f28b473cb3bda6feb8d5d4dc))
12+
13+
14+
15+
16+
617
## [1.3.2](https://github.com/SAP/code-snippet/compare/v1.3.1...v1.3.2) (2024-04-25)
718

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

packages/backend/package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "code-snippet",
33
"displayName": "Code Snippet",
4-
"version": "1.3.2",
4+
"version": "1.4.0",
55
"description": "A VSCode extension that provides a simple way to add code snippets.",
66
"publisher": "SAPOSS",
77
"private": true,
@@ -30,8 +30,7 @@
3030
"tool",
3131
"sap"
3232
],
33-
"activationEvents": [
34-
],
33+
"activationEvents": [],
3534
"main": "./dist/extension",
3635
"contributes": {
3736
"commands": [

0 commit comments

Comments
 (0)