Skip to content

Commit 17f7544

Browse files
committedFeb 17, 2020
release v6.0.0
1 parent 0504656 commit 17f7544

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed
 

‎CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes will be documented in this file.
44
Readdir Enhanced adheres to [Semantic Versioning](http://semver.org/).
55

66

7+
[v6.0.0](https://github.com/JS-DevTools/readdir-enhanced/tree/v6.0.0) (2020-02-17)
8+
----------------------------------------------------------------------------------------------------
9+
10+
- Moved Readdir Enhanced to the [@JSDevTools scope](https://www.npmjs.com/org/jsdevtools) on NPM
11+
12+
- The "readdir-enhanced" NPM package is now just a wrapper around the scoped "@jsdevtools/readdir-enhanced" package
13+
14+
[Full Changelog](https://github.com/JS-DevTools/readdir-enhanced/compare/v5.1.1...v6.0.0)
15+
16+
717
[v5.1.0](https://github.com/JS-DevTools/readdir-enhanced/tree/v5.1.0) (2019-11-07)
818
----------------------------------------------------------------------------------------------------
919

‎package-lock.json

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

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsdevtools/readdir-enhanced",
3-
"version": "5.1.1",
3+
"version": "6.0.0",
44
"description": "fs.readdir with sync, async, streaming, and async iterator APIs + filtering, recursion, absolute paths, etc.",
55
"keywords": [
66
"fs",

0 commit comments

Comments
 (0)
Failed to load comments.