react-beauty-link 1.1.0 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -217,4 +217,4 @@ If you find a bug or have a feature request, please open an issue on [GitHub](ht
217
217
 
218
218
  ## Author
219
219
 
220
- Your Name - [your.email@example.com](mailto:your.email@example.com)
220
+ Andre Desbiens
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-beauty-link",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "A React hook that converts URLs in text to beautiful clickable links with page titles and favicons",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",