# 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 - d6dd031: Indicate support for React 18 in the `peerDependencies` ## 1.0.7 ### Patch Changes - a0162ac: Remove modern JS from dist to work with Next.js ## 1.0.6 ### Patch Changes - af9d220: Fix path for TypeScript definitions ## 1.0.5 ### Patch Changes - 670e76c: Upgrade microbundle, remove unecessary babel packages, and ship a modern version of the dist code with `exports` in package.json ## 1.0.4 ### Patch Changes - 41bc18d: Bump devDependency ini from 1.3.5 to 1.3.8 ## 1.0.3 ### Patch Changes - f15b99d: Use changesets for automatic publishing