Skip to content

Commit 833f932

Browse files
committed
v4.1.0
Release notes: - Fix an issue where the contents of a `NotAllowedError` could be copied when - `navigator.clipboard.writeText(…)` fails, but - a further fallback succeeds. See #167 for more information.
1 parent bda35b5 commit 833f932

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

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: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "clipboard-polyfill",
3-
"version": "4.0.2",
3+
"version": "4.1.0",
44
"description": "A polyfill for the asynchronous clipboard API",
55
"type": "module",
66
"devDependencies": {
@@ -31,7 +31,11 @@
3131
"bugs": {
3232
"url": "https://github.com/lgarron/clipboard-polyfill/issues"
3333
},
34-
"files": ["/dist", "/overwrite-globals", "README.md"],
34+
"files": [
35+
"/dist",
36+
"/overwrite-globals",
37+
"README.md"
38+
],
3539
"scripts": {
3640
"build": "node script/build.js && npx tsc --project tsconfig.json",
3741
"build-demo": "node script/build-demo.js",

0 commit comments

Comments
 (0)