Skip to content

Commit

Permalink
fix: bump to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
amir2mi committed Apr 13, 2023
1 parent 539a171 commit ebce4db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-link-parser",
"version": "1.1.1",
"version": "1.1.2",
"description": "Effortlessly parse text into links, tags, mentions, emails, etc.",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand All @@ -24,7 +24,7 @@
"bugs": {
"url": "https://github.com/amir2mi/react-link-parser/issues"
},
"homepage": "https://react-link-parser.surge.sh/",
"homepage": "https://react-link-parser.surge.sh",
"scripts": {
"build": "rollup -c --bundleConfigAsCjs",
"build-watch": "rollup -c -w --bundleConfigAsCjs",
Expand Down

0 comments on commit ebce4db

Please sign in to comment.