Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Jun 9, 2022
1 parent 97696de commit 17175cc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## next
## 3.0.0 (2022-06-09)

- Added TypeScript typings (rewritten in TypeScript)
- Converted to ES modules. However, CommonJS is supported as well (dual module)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "@discoveryjs/scan-fs",
"version": "2.0.0",
"version": "3.0.0",
"description": "An utility for seeking files by file system scanning and optionally populating file info with processing their content",
"author": "Roman Dvornov <[email protected]>",
"license": "MIT",
"repository": "discoveryjs/scan-fs",
"keywords": [
"fs",
"readdir",
"scan",
"files",
"rules"
Expand Down

0 comments on commit 17175cc

Please sign in to comment.