copymitter 8.0.0 → 8.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/ChangeLog +5 -0
  2. package/README.md +2 -2
  3. package/package.json +1 -1
package/ChangeLog CHANGED
@@ -1,3 +1,8 @@
1
+ 2023.03.21, v8.0.1
2
+
3
+ fix:
4
+ - 1dfcd9c readme: badge
5
+
1
6
  2023.03.21, v8.0.0
2
7
 
3
8
  feature:
package/README.md CHANGED
@@ -78,8 +78,8 @@ cp.pause();
78
78
  MIT
79
79
 
80
80
  [NPMIMGURL]: https://img.shields.io/npm/v/copymitter.svg?style=flat
81
- [BuildStatusURL]: https://github.com/coderaiser/copymitter/actions?query=workflow%3A%22Node+CI%22 "Build Status"
82
- [BuildStatusIMGURL]: https://github.com/coderaiser/copymitter/workflows/Node%20CI/badge.svg
81
+ [BuildStatusURL]: https://github.com/coderaiser/node-copymitter/actions?query=workflow%3A%22Node+CI%22 "Build Status"
82
+ [BuildStatusIMGURL]: https://github.com/coderaiser/node-copymitter/workflows/Node%20CI/badge.svg
83
83
  [LicenseIMGURL]: https://img.shields.io/badge/license-MIT-317BF9.svg?style=flat
84
84
  [CoverageIMGURL]: https://coveralls.io/repos/coderaiser/node-copymitter/badge.svg?branch=master&service=github
85
85
  [NPMURL]: https://npmjs.org/package/copymitter "npm"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "copymitter",
3
- "version": "8.0.0",
3
+ "version": "8.0.1",
4
4
  "type": "commonjs",
5
5
  "description": "copy files with emitter",
6
6
  "main": "lib/copymitter.js",