Skip to content

Commit 1d5cc75

Browse files
committed
chore(release): v1.5.0
1 parent 0feccf0 commit 1d5cc75

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [1.5.0](https://github.com/edgardmessias/vscode.clipboard-manager/compare/v1.4.2...v1.5.0) (2023-03-17)
2+
3+
4+
### Bug Fixes
5+
6+
* Fixed paste preview issue ([#256](https://github.com/edgardmessias/vscode.clipboard-manager/issues/256), fix [#255](https://github.com/edgardmessias/vscode.clipboard-manager/issues/255)) ([401265f](https://github.com/edgardmessias/vscode.clipboard-manager/commit/401265f5149cbba7758382c47785dd8a8f9a694c))
7+
* Updated the minimal VSCode to 1.65.0 ([b923a1b](https://github.com/edgardmessias/vscode.clipboard-manager/commit/b923a1b5e33efc95e000a74e84a2ffc3fd67c74f))
8+
9+
10+
111
## [1.4.2](https://github.com/edgardmessias/vscode.clipboard-manager/compare/v1.4.1...v1.4.2) (2020-04-03)
212

313

@@ -54,10 +64,10 @@
5464

5565
### Bug Fixes
5666

67+
* Fix travis/appveyor error on downloading VS Code ([8afa9bc](https://github.com/edgardmessias/vscode.clipboard-manager/commit/8afa9bc79caf4cccbda26107c3519cbec1a45084))
5768
* Fixed pick and paste for multi cursor selection (close [#23](https://github.com/edgardmessias/vscode.clipboard-manager/issues/23)) ([5205112](https://github.com/edgardmessias/vscode.clipboard-manager/commit/5205112d642396ff973e0861fc3ec7599b42ae68))
58-
* Show command to clear clipboard history ([9fc3fe2](https://github.com/edgardmessias/vscode.clipboard-manager/commit/9fc3fe289e233301315bf34fa066e1c869cf159b))
5969
* **package:** update clipboardy to version 2.0.0 ([0f80945](https://github.com/edgardmessias/vscode.clipboard-manager/commit/0f809450424f53be80a6e2cc55eba7dcacd4f561))
60-
* Fix travis/appveyor error on downloading VS Code ([8afa9bc](https://github.com/edgardmessias/vscode.clipboard-manager/commit/8afa9bc79caf4cccbda26107c3519cbec1a45084))
70+
* Show command to clear clipboard history ([9fc3fe2](https://github.com/edgardmessias/vscode.clipboard-manager/commit/9fc3fe289e233301315bf34fa066e1c869cf159b))
6171

6272

6373
### Features

package-lock.json

Lines changed: 2 additions & 2 deletions
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.4.2",
6+
"version": "1.5.0",
77
"icon": "media/clipboard.png",
88
"extensionKind": [
99
"ui"

0 commit comments

Comments
 (0)