Skip to content

Commit

Permalink
Release version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samclarke committed Jan 7, 2022
1 parent 36c7397 commit 0beee94
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Version 3.0.0

- Changed to using global URL object instead of importing. – Thanks to @brendankenny

## Version 2.4.0:

- Added Typescript definitions. – Thanks to @danhab99 for creating
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ Returns the preferred host name specified by the `host:` directive or null if th

# Changes

### Version 3.0.0

- Changed to using global URL object instead of importing. – Thanks to @brendankenny

### Version 2.4.0:

- Added Typescript definitions
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": "robots-parser",
"version": "2.4.0",
"version": "3.0.0",
"description": "A specification compliant robots.txt parser with wildcard (*) matching support.",
"keywords": [
"robots.txt",
Expand Down

0 comments on commit 0beee94

Please sign in to comment.