Skip to content

Commit

Permalink
chore(release): v1.2.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
edgardmessias committed Feb 6, 2020
1 parent c42b46e commit f46001d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-it.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
git:
commitMessage: "chore(release): v${version} [skip ci]\n\n${changelog}"
tagAnnotation: "chore(release): v${version} [skip ci]\n\n${changelog}"
tagAnnotation: "chore(release): v${version} [skip ci]"
tagName: "v${version}"

hooks:
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.2.1](https://github.com/edgardmessias/vscode.clipboard-manager/compare/v1.2.0...v1.2.1) (2020-02-06)


### Bug Fixes

* 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))



# [1.2.0](https://github.com/edgardmessias/vscode.clipboard-manager/compare/v1.1.0...v1.2.0) (2020-02-06)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "clipboard-manager",
"displayName": "Clipboard Manager",
"description": "Clipboard Manager",
"version": "1.2.0",
"version": "1.2.1",
"icon": "media/clipboard.png",
"engines": {
"vscode": "^1.26.0"
Expand Down

0 comments on commit f46001d

Please sign in to comment.