Skip to content

Commit 0beee94

Browse files
committedJan 7, 2022
Release version 3.0.0
1 parent 36c7397 commit 0beee94

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed
 

‎CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## Version 3.0.0
4+
5+
- Changed to using global URL object instead of importing. – Thanks to @brendankenny
6+
37
## Version 2.4.0:
48

59
- Added Typescript definitions. – Thanks to @danhab99 for creating

‎README.md

+4
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@ Returns the preferred host name specified by the `host:` directive or null if th
9494

9595
# Changes
9696

97+
### Version 3.0.0
98+
99+
- Changed to using global URL object instead of importing. – Thanks to @brendankenny
100+
97101
### Version 2.4.0:
98102

99103
- Added Typescript definitions

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "robots-parser",
3-
"version": "2.4.0",
3+
"version": "3.0.0",
44
"description": "A specification compliant robots.txt parser with wildcard (*) matching support.",
55
"keywords": [
66
"robots.txt",

0 commit comments

Comments
 (0)
Please sign in to comment.