Skip to content

Commit f8e7833

Browse files
committed
chore(release): release v1.4.0
1 parent dc5329f commit f8e7833

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
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-01)
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-01)
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

+1-1
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,

0 commit comments

Comments
 (0)