diff --git a/.changeset/seven-buckets-draw.md b/.changeset/seven-buckets-draw.md deleted file mode 100644 index 564f25f..0000000 --- a/.changeset/seven-buckets-draw.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"react-use-clipboard": patch ---- - -Rename the default export function to `useClipboard` instead of `useCopyClipboard` for consistency with the package name. diff --git a/CHANGELOG.md b/CHANGELOG.md index 66a17b9..f3f2f45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # react-use-clipboard +## 1.0.9 + +### Patch Changes + +- b51078d: Rename the default export function to `useClipboard` instead of `useCopyClipboard` for consistency with the package name. + ## 1.0.8 ### Patch Changes diff --git a/package.json b/package.json index 5497597..b9d29f7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-use-clipboard", "description": "React hook that provides copy to clipboard functionality.", - "version": "1.0.8", + "version": "1.0.9", "author": "Daniel O'Connor ", "license": "MIT", "source": "./src/index.tsx",