Skip to content

Commit

Permalink
⬆️ 9.0.2 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
IonicaBizau committed Apr 3, 2024
1 parent 752c225 commit eaaf5e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/index.js
@@ -1,5 +1,5 @@
// Dependencies
import parseUrl from "../lib/index.js";
import parseUrl from "parse-url";

console.log(parseUrl("http://ionicabizau.net/blog"))
// {
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "parse-url",
"version": "9.1.0",
"version": "9.0.2",
"description": "An advanced url parser supporting git urls too.",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down

0 comments on commit eaaf5e1

Please sign in to comment.