Skip to content

Commit b0eba27

Browse files
committed
Release version 2.4.0
1 parent d1c37be commit b0eba27

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "robots-parser",
3-
"version": "2.3.0",
3+
"version": "2.4.0",
44
"description": "NodeJS robots.txt parser with support for wildcard (*) matching.",
55
"keywords": [
66
"robots.txt",

readme.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,12 @@ Returns the preferred host name specified by the `host:` directive or null if th
9797

9898
# Changes
9999

100+
### Version 2.4.0:
101+
102+
- Added Typescript definitions
103+
– Thanks to @danhab99 for creating
104+
- Added SECURITY.md policy and CodeQL scanning
105+
100106
### Version 2.3.0:
101107

102108
- Fixed bug where if the user-agent passed to `isAllowed()` / `isDisallowed()` is called "constructor" it would throw an error.

0 commit comments

Comments
 (0)