Skip to content

Commit f46001d

Browse files
committed
chore(release): v1.2.1 [skip ci]
1 parent c42b46e commit f46001d

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

.release-it.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
git:
22
commitMessage: "chore(release): v${version} [skip ci]\n\n${changelog}"
3-
tagAnnotation: "chore(release): v${version} [skip ci]\n\n${changelog}"
3+
tagAnnotation: "chore(release): v${version} [skip ci]"
44
tagName: "v${version}"
55

66
hooks:

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.2.1](https://github.com/edgardmessias/vscode.clipboard-manager/compare/v1.2.0...v1.2.1) (2020-02-06)
2+
3+
4+
### Bug Fixes
5+
6+
* Fixed shortcut for MacOs (close [#27](https://github.com/edgardmessias/vscode.clipboard-manager/issues/27)) ([3be9b73](https://github.com/edgardmessias/vscode.clipboard-manager/commit/3be9b73a403c4f365d5a2dcfa6bbecd119155587))
7+
8+
9+
110
# [1.2.0](https://github.com/edgardmessias/vscode.clipboard-manager/compare/v1.1.0...v1.2.0) (2020-02-06)
211

312

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "clipboard-manager",
44
"displayName": "Clipboard Manager",
55
"description": "Clipboard Manager",
6-
"version": "1.2.0",
6+
"version": "1.2.1",
77
"icon": "media/clipboard.png",
88
"engines": {
99
"vscode": "^1.26.0"

0 commit comments

Comments
 (0)