Skip to content

Commit

Permalink
chore(release): 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
edgardmessias committed Feb 6, 2020
1 parent 0039f84 commit b83f2e8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [1.2.0](https://github.com/edgardmessias/vscode.clipboard-manager/releases/tag/v1.2.0) (2019-06-18)

### Features

- Added option to set path for clipboard file (close #25)

### Bug Fixes

- Fixed pick and paste for multi cursor selection (close #23)

# [1.1.0](https://github.com/edgardmessias/vscode.clipboard-manager/releases/tag/v1.1.0) (2018-12-11)

### Features
Expand Down
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.1.0",
"version": "1.2.0",
"icon": "media/clipboard.png",
"engines": {
"vscode": "^1.22.0"
Expand Down

0 comments on commit b83f2e8

Please sign in to comment.