From 492ee550bd79f35a22e765334b84f41d65262982 Mon Sep 17 00:00:00 2001 From: Adrien Valcke Date: Wed, 7 Oct 2020 17:05:46 +0200 Subject: [PATCH] docs(readme): fix typo --- CHANGELOG.md | 4 ++++ README.md | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index abbee4b..f54a45c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index b9c2bf5..50c5052 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/package.json b/package.json index 500cb06..735187c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-uri", - "version": "1.1.0", + "version": "1.1.1", "author": "Adrien Valcke (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": {},