Skip to content

Commit ebce4db

Browse files
committed
fix: bump to 1.1.2
1 parent 539a171 commit ebce4db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-link-parser",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Effortlessly parse text into links, tags, mentions, emails, etc.",
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.esm.js",
@@ -24,7 +24,7 @@
2424
"bugs": {
2525
"url": "https://github.com/amir2mi/react-link-parser/issues"
2626
},
27-
"homepage": "https://react-link-parser.surge.sh/",
27+
"homepage": "https://react-link-parser.surge.sh",
2828
"scripts": {
2929
"build": "rollup -c --bundleConfigAsCjs",
3030
"build-watch": "rollup -c -w --bundleConfigAsCjs",

0 commit comments

Comments
 (0)