Skip to content

Commit ac2c2be

Browse files
committed
feat: bump to 1.1.3
1 parent 9e0554a commit ac2c2be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-link-parser",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "Effortlessly parse text into links, tags, mentions, emails, etc.",
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.esm.js",

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"react-dom": "^18.2.0",
1717
"react-flatifycss": "^2.0.0",
1818
"react-github-btn": "^1.4.0",
19-
"react-link-parser": "^1.1.0",
19+
"react-link-parser": "^1.1.3",
2020
"styled-components": "^5.3.9"
2121
},
2222
"devDependencies": {

0 commit comments

Comments
 (0)