Skip to content

Commit eb7418b

Browse files
committed
Release v1.5.12
1 parent 869c4e3 commit eb7418b

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "clipboard",
3-
"version": "1.5.11",
3+
"version": "1.5.12",
44
"description": "Modern copy to clipboard. No Flash. Just 2kb",
55
"license": "MIT",
66
"main": "dist/clipboard.js",

dist/clipboard.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* clipboard.js v1.5.11
2+
* clipboard.js v1.5.12
33
* https://zenorocha.github.io/clipboard.js
44
*
55
* Licensed MIT © Zeno Rocha
@@ -493,7 +493,7 @@ module.exports = E;
493493
};
494494

495495
ClipboardAction.prototype.copyText = function copyText() {
496-
var succeeded = void 0;
496+
var succeeded = undefined;
497497

498498
try {
499499
succeeded = document.execCommand(this.action);

dist/clipboard.min.js

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Package.describe({
44
name: "zenorocha:clipboard",
55
summary: "Modern copy to clipboard. No Flash. Just 2kb.",
6-
version: "1.5.11",
6+
version: "1.5.12",
77
git: "https://github.com/zenorocha/clipboard.js"
88
});
99

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "clipboard",
3-
"version": "1.5.11",
3+
"version": "1.5.12",
44
"description": "Modern copy to clipboard. No Flash. Just 2kb",
55
"repository": "zenorocha/clipboard.js",
66
"license": "MIT",

0 commit comments

Comments
 (0)