Skip to content

Commit

Permalink
Merge pull request #6 from adrienv1520/develop
Browse files Browse the repository at this point in the history
1.1.1
  • Loading branch information
adrienv1520 committed Oct 7, 2020
2 parents 75829fb + 24b5259 commit 3c0b4ca
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 1.1.1 - delivery @07/10/2020

- fix readme typo

## 1.1.0 - delivery @07/10/2020

- fix parser to support IPv6 extraction (parse and recompose)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1497,7 +1497,7 @@ Errors emitted by *node-uri* are native URIError with an additional *code* prope
This project has a [Code of Conduct](.github/CODE_OF_CONDUCT.md). By interacting with this repository, organization, or community you agree to abide by its terms.

# Contributing
Please have a look to our [TODO](TODO.md) for any work in progress.
Please have a look at our [TODO](TODO.md) for any work in progress.

Please take also a moment to read our [Contributing Guidelines](.github/CONTRIBUTING.md) if you haven't yet done so.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-uri",
"version": "1.1.0",
"version": "1.1.1",
"author": "Adrien Valcke <adrienvalcke@icloud.com> (https://github.com/adrienv1520)",
"description": "An RFC-3986 compliant and zero-dependencies Node.js module to parse URIs, punycode, punydecode, test URIs, URLs, Sitemap URLS, domains, IPs but also encode and decode URIs, URLs and Sitemap URLs",
"bin": {},
Expand Down

0 comments on commit 3c0b4ca

Please sign in to comment.