Skip to content

Commit 17175cc

Browse files
committed
3.0.0
1 parent 97696de commit 17175cc

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## next
1+
## 3.0.0 (2022-06-09)
22

33
- Added TypeScript typings (rewritten in TypeScript)
44
- Converted to ES modules. However, CommonJS is supported as well (dual module)

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
"name": "@discoveryjs/scan-fs",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "An utility for seeking files by file system scanning and optionally populating file info with processing their content",
55
"author": "Roman Dvornov <[email protected]>",
66
"license": "MIT",
77
"repository": "discoveryjs/scan-fs",
88
"keywords": [
99
"fs",
10+
"readdir",
1011
"scan",
1112
"files",
1213
"rules"

0 commit comments

Comments
 (0)