diff --git a/.changeset/orange-monkeys-invent.md b/.changeset/orange-monkeys-invent.md deleted file mode 100644 index 5ad9e97d..00000000 --- a/.changeset/orange-monkeys-invent.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"react-share": minor ---- - -Added `htmlTitle` prop for the share button. This prop will be passed as the native `title` attribute for the `button` element. diff --git a/CHANGELOG.md b/CHANGELOG.md index 972992f4..69326d51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 5.1.0 + +### Minor Changes + +- 4e74597: Added `htmlTitle` prop for the share button. This prop will be passed as the native `title` attribute for the `button` element. + ## 5.0.4 ### Patch Changes diff --git a/package.json b/package.json index c7e67957..b8e55486 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-share", - "version": "5.0.4", + "version": "5.1.0", "description": "Social media share buttons and share counts for React.", "type": "module", "main": "./dist/index.cjs",