@guanghechen/mini-copy
Version:
Access system clipboard (also support to share clipboard in wsl with windows).
740 lines (468 loc) • 27.3 kB
Markdown
# Change Log
## 6.1.0
### Minor Changes
- Modernize runtime dependencies. Migrate to `@guanghechen/std@2` and `@guanghechen/reporter@3`
where used — the deprecated `@guanghechen/reporter.types` is dropped and `IReporter` is now
re-exported from `@guanghechen/reporter`. Removed `std` helpers (`cover`, `coverString`,
`convertTo*`) are reimplemented locally. Runtime libraries are bumped to their latest majors where
applicable (e.g. `chokidar@5`, `clipboardy@5`).
### Patch Changes
- Bump `@guanghechen` foundation dependencies to their latest major versions (invariant@7, path@2,
file-split@2, filepart@2).
- Updated dependencies:
- @guanghechen/fs@1.1.0
- @guanghechen/exec@1.1.0
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## <small>6.0.5 (2025-08-29)</small>
- :wrench: chore: upgrade dependencies & update the node requirement from
([8ddfde1](https://github.com/guanghechen/node-scaffolds/commit/8ddfde1))
## <small>6.0.4 (2025-07-04)</small>
- :bookmark: release ([fbef5fd](https://github.com/guanghechen/node-scaffolds/commit/fbef5fd))
- chore: upgrade dependencies
([e4004a6](https://github.com/guanghechen/node-scaffolds/commit/e4004a6))
## <small>6.0.3 (2025-02-26)</small>
- chore: upgrade dependencies
([e4004a6](https://github.com/guanghechen/node-scaffolds/commit/e4004a6))
## <small>6.0.2 (2024-10-03)</small>
- :arrow_up: chore: upgrade dependencies
([ba63623](https://github.com/guanghechen/node-scaffolds/commit/ba63623))
## <small>6.0.1 (2024-10-03)</small>
- :wrench: chore: bump versions
([5d080d1](https://github.com/guanghechen/node-scaffolds/commit/5d080d1))
## 6.0.0-alpha.18 (2024-10-03)
- :arrow_up: chore: upgrade dependencies
([e41de75](https://github.com/guanghechen/node-scaffolds/commit/e41de75))
- :wrench: chore: don't gen sourcemap in production env
([f7075d1](https://github.com/guanghechen/node-scaffolds/commit/f7075d1))
## 6.0.0-alpha.17 (2024-09-28)
- :art: improve: reuse @guanghechen/cli
([6c8e6a0](https://github.com/guanghechen/node-scaffolds/commit/6c8e6a0))
# Change Log
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 6.0.0-alpha.16 (2024-09-25)
- :wrench: chore: use nx ([e78e568](https://github.com/guanghechen/node-scaffolds/commit/e78e568))
## 6.0.0-alpha.15 (2024-09-25)
- :arrow_up: chore: upgrade devDependencies
([29b1f01](https://github.com/guanghechen/node-scaffolds/commit/29b1f01))
## 6.0.0-alpha.14 (2024-09-21)
- :arrow_up: chore: upgrade devDependencies
([cdc8ab0](https://github.com/guanghechen/node-scaffolds/commit/cdc8ab0))
## 6.0.0-alpha.13 (2024-09-21)
**Note:** Version bump only for package @guanghechen/mini-copy
## 6.0.0-alpha.12 (2024-09-21)
- :wrench: chore: fix dependencies
([d168084](https://github.com/guanghechen/node-scaffolds/commit/d168084))
## 6.0.0-alpha.11 (2024-09-21)
- :art: improve: remove execa, prefer node:child_process
([f1d6020](https://github.com/guanghechen/node-scaffolds/commit/f1d6020))
## 6.0.0-alpha.10 (2024-09-20)
- :arrow_up: chore: upgrade dependencies
([5421960](https://github.com/guanghechen/node-scaffolds/commit/5421960))
- :arrow_up: chore: upgrade dependencies and prefer @inquirer/\* instead of inquirer
([8f3c7af](https://github.com/guanghechen/node-scaffolds/commit/8f3c7af))
- :truck: move: migrate helper-fs to sora (renamed to @guanghechen/fs)
([2d28b55](https://github.com/guanghechen/node-scaffolds/commit/2d28b55))
- :truck: move: migrate invariant to sora
([af251a7](https://github.com/guanghechen/node-scaffolds/commit/af251a7))
## 6.0.0-alpha.9 (2024-09-18)
- :bookmark: release ([ed53565](https://github.com/guanghechen/node-scaffolds/commit/ed53565))
- :wrench: chore: upgrade dependencies
([b4d9f34](https://github.com/guanghechen/node-scaffolds/commit/b4d9f34))
- :wrench: chore: upgrade eslint to v9
([8479bbe](https://github.com/guanghechen/node-scaffolds/commit/8479bbe))
## 6.0.0-alpha.8 (2024-09-17)
- :wrench: chore: upgrade dependencies
([b4d9f34](https://github.com/guanghechen/node-scaffolds/commit/b4d9f34))
- :wrench: chore: upgrade eslint to v9
([8479bbe](https://github.com/guanghechen/node-scaffolds/commit/8479bbe))
# [6.0.0-alpha.7](https://github.com/guanghechen/node-scaffolds/compare/@guanghechen/mini-copy@6.0.0-alpha.6...@guanghechen/mini-copy@6.0.0-alpha.7) (2024-02-03)
### Performance Improvements
- ⬆️ upgrade devDependencies
([cb10f2c](https://github.com/guanghechen/node-scaffolds/commit/cb10f2c917c64183425f6e67d6de2d55e0396fe5))
# [6.0.0-alpha.6](https://github.com/guanghechen/node-scaffolds/compare/@guanghechen/mini-copy@6.0.0-alpha.5...@guanghechen/mini-copy@6.0.0-alpha.6) (2023-12-06)
### Performance Improvements
- 🎨 remove the dependent on @guanghechen/chalk-logger
([c7b13bb](https://github.com/guanghechen/node-scaffolds/commit/c7b13bb4739810f27698acd6718e7d8a655ba44d))
# [6.0.0-alpha.5](https://github.com/guanghechen/node-scaffolds/compare/@guanghechen/mini-copy@6.0.0-alpha.4...@guanghechen/mini-copy@6.0.0-alpha.5) (2023-12-05)
**Note:** Version bump only for package @guanghechen/mini-copy
# [6.0.0-alpha.4](https://github.com/guanghechen/node-scaffolds/compare/@guanghechen/mini-copy@6.0.0-alpha.3...@guanghechen/mini-copy@6.0.0-alpha.4) (2023-12-04)
**Note:** Version bump only for package @guanghechen/mini-copy
# [6.0.0-alpha.3](https://github.com/guanghechen/node-scaffolds/compare/@guanghechen/mini-copy@6.0.0-alpha.2...@guanghechen/mini-copy@6.0.0-alpha.3) (2023-11-29)
### Performance Improvements
- ⬆️ upgrade dependencies
([a376ef0](https://github.com/guanghechen/node-scaffolds/commit/a376ef077450d1909e4173179404c693138bd4e4))
# [6.0.0-alpha.2](https://github.com/guanghechen/node-scaffolds/compare/@guanghechen/mini-copy@6.0.0-alpha.1...@guanghechen/mini-copy@6.0.0-alpha.2) (2023-11-26)
### Performance Improvements
- ⬆️ upgrade dependencies
([1b615db](https://github.com/guanghechen/node-scaffolds/commit/1b615dbb786edf94ab861e37227b6463a8e15275))
# [6.0.0-alpha.1](https://github.com/guanghechen/node-scaffolds/compare/@guanghechen/mini-copy@6.0.0-alpha.0...@guanghechen/mini-copy@6.0.0-alpha.1) (2023-11-18)
### Performance Improvements
- 📝 fix demo
([0db93e6](https://github.com/guanghechen/node-scaffolds/commit/0db93e612e40fdb9dc910e56d5adf8b1924e899b))
- ⬆️ upgrade dependencies
([7d32802](https://github.com/guanghechen/node-scaffolds/commit/7d3280243289ade47876e8b1459ee315b8e8c038))
- ⬆️ upgrade dependencies
([d38f88a](https://github.com/guanghechen/node-scaffolds/commit/d38f88ae0f272785a03ff167c03c2200cdffad07))
# [6.0.0-alpha.0](https://github.com/guanghechen/node-scaffolds/compare/@guanghechen/mini-copy@5.0.9...@guanghechen/mini-copy@6.0.0-alpha.0) (2023-11-18)
### Performance Improvements
- 🎨 prefer @guanghechen/reporter.types
([594f811](https://github.com/guanghechen/node-scaffolds/commit/594f811392b786783fed84f3c1a5c9900cd53a3c))
- ✅ update tests
([50e3c7b](https://github.com/guanghechen/node-scaffolds/commit/50e3c7bb7080a0513356d988d2bb4afb2ad0ca61))
- ⬆️ upgrade dependencies
([69c38b0](https://github.com/guanghechen/node-scaffolds/commit/69c38b0ee32c27d8eab0364f1dbe534143642659))
- 🔧 upgrade engine version requirement from '>= 16.0.0' to '>= 18.0.0'
([04e41e3](https://github.com/guanghechen/node-scaffolds/commit/04e41e3431fcd015117091c6ce2c4f37e9afcf2f))
## [5.0.9](https://github.com/guanghechen/node-scaffolds/compare/@guanghechen/mini-copy@5.0.8...@guanghechen/mini-copy@5.0.9) (2023-10-18)
### Performance Improvements
- :art: refactor codes with @guanghechen/path and @guanghechen/filepath
([38b75ff](https://github.com/guanghechen/node-scaffolds/commit/38b75ff89abdbdfc0f0c0a34b18ce353c49a3f50))
## [5.0.8](https://github.com/guanghechen/node-scaffolds/compare/@guanghechen/mini-copy@5.0.7...@guanghechen/mini-copy@5.0.8) (2023-10-04)
### Performance Improvements
- ⬆️ the version of subpackage devDependencies is not matter
([1ac18c0](https://github.com/guanghechen/node-scaffolds/commit/1ac18c0d6276a4655ad9c865aa67705c4808c725))
## [5.0.7](https://github.com/guanghechen/node-scaffolds/compare/@guanghechen/mini-copy@5.0.6...@guanghechen/mini-copy@5.0.7) (2023-09-07)
### Performance Improvements
- ⬆️ upgrade dependencies
([83e3f3e](https://github.com/guanghechen/node-scaffolds/commit/83e3f3eaf4c3a354e2ddf167fa1a4bb75e750427))
## [5.0.6](https://github.com/guanghechen/node-scaffolds/compare/@guanghechen/mini-copy@5.0.5...@guanghechen/mini-copy@5.0.6) (2023-08-27)
### Performance Improvements
- ⬆️ upgrade dependencies
([8fa97de](https://github.com/guanghechen/node-scaffolds/commit/8fa97dee952f55565a2ac9b6680256c406df72ab))
## [5.0.5](https://github.com/guanghechen/node-scaffolds/compare/@guanghechen/mini-copy@5.0.4...@guanghechen/mini-copy@5.0.5) (2023-08-19)
### Performance Improvements
- ⬆️ upgrade dependencies
([2c25097](https://github.com/guanghechen/node-scaffolds/commit/2c25097d9733f3e17d9725fede8dc960073099fe))
## [5.0.4](https://github.com/guanghechen/node-scaffolds/compare/@guanghechen/mini-copy@5.0.3...@guanghechen/mini-copy@5.0.4) (2023-08-08)
### Performance Improvements
- ⬆️ upgrade dependencies
([bbc1ae6](https://github.com/guanghechen/node-scaffolds/commit/bbc1ae6b40aa4030f4103035f062dd4040a35b08))
## [5.0.3](https://github.com/guanghechen/node-scaffolds/compare/@guanghechen/mini-copy@5.0.2...@guanghechen/mini-copy@5.0.3) (2023-07-25)
### Performance Improvements
- ⬆️ upgrade dependencies
([a9b6097](https://github.com/guanghechen/node-scaffolds/commit/a9b609785175e91903ca8215a807691ba6fbc419))
## [5.0.2](https://github.com/guanghechen/node-scaffolds/compare/@guanghechen/mini-copy@5.0.1...@guanghechen/mini-copy@5.0.2) (2023-07-15)
### Performance Improvements
- ⬆️ upgrade dependencies
([4f0f471](https://github.com/guanghechen/node-scaffolds/commit/4f0f4712d061099ea9d5605efeb54357e4479f6a))
## [5.0.1](https://github.com/guanghechen/node-scaffolds/compare/@guanghechen/mini-copy@5.0.0...@guanghechen/mini-copy@5.0.1) (2023-05-26)
### Performance Improvements
- 🔧 update jest config to reuse tsconfig for test
([54883f0](https://github.com/guanghechen/node-scaffolds/commit/54883f032cbba78af4609d6d4fb2b5e1ac68b518))
# 5.0.0 (2023-05-13)
### Performance Improvements
- 📝 remove all CHANGELOG in repo
([40909ed](https://github.com/guanghechen/node-scaffolds/commit/40909ed439632e0c4b0cd817614e24fdeac2fa23))
# 5.0.0-alpha.3 (2023-05-07)
### Performance Improvements
- :bookmark: release
([b5a3423](https://github.com/guanghechen/node-scaffolds/commit/b5a3423a3dd338d13ac4247c2651f4693f9fe363))
- ⬆️ upgrade devDependencies
([30a9c27](https://github.com/guanghechen/node-scaffolds/commit/30a9c27c22b8debcf8dd5b2652ec335458caf31c))
# 5.0.0-alpha.2 (2023-05-01)
### Performance Improvements
- 🔖 publish v5.0.0-alpha.2
([708dd6d](https://github.com/guanghechen/node-scaffolds/commit/708dd6d721059e902c375e628c939b28664f3058))
- ⬆️ upgrade dependencies
([d7f49fe](https://github.com/guanghechen/node-scaffolds/commit/d7f49fe9a0cedfbb2a7584da196a1bcc7b78bacd))
# 5.0.0-alpha.1 (2023-04-09)
### Performance Improvements
- 🔖 publish v5.0.0-alpha.1
([45d61b7](https://github.com/guanghechen/node-scaffolds/commit/45d61b7ac2bd92cd6fbbfb5c310bd6bbb95f49f8))
# 5.0.0-alpha.0 (2023-04-02)
### Performance Improvements
- ⬆️ don't pack src/ folder in tarball
([69671c5](https://github.com/guanghechen/node-scaffolds/commit/69671c533e15278052bf7b99bec2d70eab141393))
- 🔖 publish v5.0.0-alpha.0
([cf3e9a2](https://github.com/guanghechen/node-scaffolds/commit/cf3e9a2293c95fe113aa3515409276d5c50a794d))
- 📝 update links for release-5.x.x
([672ea87](https://github.com/guanghechen/node-scaffolds/commit/672ea87c86f2eca1adfd136e74a4a4f7c58592a2))
## 4.7.4 (2023-03-26)
### Performance Improvements
- 🔖 publish v4.7.4
([c30d5c4](https://github.com/guanghechen/node-scaffolds/commit/c30d5c42d2b5671118ab0261390e17ae45d279c6))
- ⬆️ upgrade devDependencies
([8bfcfc5](https://github.com/guanghechen/node-scaffolds/commit/8bfcfc5931cb388a7e93c17b417507f0ce964bb5))
## 4.7.3 (2023-03-25)
### Performance Improvements
- 🔖 publish v4.7.3
([5c5cb47](https://github.com/guanghechen/node-scaffolds/commit/5c5cb4750d7d4e455e0b39565c0a304f736a3251))
## 4.7.2 (2023-03-23)
### Performance Improvements
- 🔖 publish v4.7.2
([e628cc9](https://github.com/guanghechen/node-scaffolds/commit/e628cc99eb2dcd8665bbac124ec587824382c698))
- ⬆️ upgrade devDependencies
([2be4555](https://github.com/guanghechen/node-scaffolds/commit/2be4555e58cc40bd290faa66f160751be3e22bee))
## 4.7.1 (2023-03-19)
### Performance Improvements
- 🔖 publish v4.7.1
([1349c5c](https://github.com/guanghechen/node-scaffolds/commit/1349c5cf88890817b259b579449884bafb598d86))
- ⬆️ upgrade devDependencies
([ce172dd](https://github.com/guanghechen/node-scaffolds/commit/ce172ddfc3899902475fa14795e70f261ed35b37))
# 4.7.0 (2023-03-12)
### Performance Improvements
- 🔖 publish v4.7.0
([0641367](https://github.com/guanghechen/node-scaffolds/commit/06413670b283538876023c66d0f2afa45074b016))
## 4.6.5 (2023-03-12)
### Performance Improvements
- 🔖 publish v4.6.5
([83a48e7](https://github.com/guanghechen/node-scaffolds/commit/83a48e74ac5875200e8c30c332ffc1a4ff57e79f))
## 4.6.4 (2023-03-12)
### Performance Improvements
- 🔖 publish v4.6.4
([1ad9150](https://github.com/guanghechen/node-scaffolds/commit/1ad9150445f9c7d03153f81f54bf0815b7510f50))
## 4.6.3 (2023-03-11)
### Performance Improvements
- 🔖 publish v4.6.3
([16683dd](https://github.com/guanghechen/node-scaffolds/commit/16683dd3e64ea492c1b49d0dea7e81b98ea9d71c))
## 4.6.2 (2023-03-10)
### Performance Improvements
- 🔖 publish v4.6.2
([3547f1c](https://github.com/guanghechen/node-scaffolds/commit/3547f1ca30871d8065c3c075d360d23df3fe84f2))
- ⬆️ upgrade devDependencies
([5f4cfd5](https://github.com/guanghechen/node-scaffolds/commit/5f4cfd5c9d5b8f371d54d9a4c2a3882f7498b882))
## 4.6.1 (2023-03-05)
### Performance Improvements
- 🔖 publish v4.6.1
([2d88cf7](https://github.com/guanghechen/node-scaffolds/commit/2d88cf7835c017183a5fd097ebf2a7c7fe622692))
- ⬆️ upgrade devDependencies
([b358df3](https://github.com/guanghechen/node-scaffolds/commit/b358df3c4da109260dbd4ab43e72f80ffdf3cecd))
# 4.6.0 (2023-02-28)
### Performance Improvements
- 🔖 publish v4.6.0
([d45f55f](https://github.com/guanghechen/node-scaffolds/commit/d45f55f4cd4d8214beb0724a45de4f36baa431c1))
# 4.5.0 (2023-02-27)
### Performance Improvements
- 🔖 publish v4.5.0
([a361eb1](https://github.com/guanghechen/node-scaffolds/commit/a361eb1b21a9fa55e7da7c44584dfc4f04c0af36))
## 4.4.3 (2023-02-27)
### Performance Improvements
- 🔖 publish v4.4.3
([29113fb](https://github.com/guanghechen/node-scaffolds/commit/29113fb651d40ec8144059875e2dd36b103e25b8))
## 4.4.2 (2023-02-26)
### Performance Improvements
- 🔖 publish v4.4.2
([e864740](https://github.com/guanghechen/node-scaffolds/commit/e8647409675f14054b6ba4eee770377e3d68ec1e))
## 4.4.1 (2023-02-25)
### Performance Improvements
- 🔖 publish v4.4.1
([332c5ff](https://github.com/guanghechen/node-scaffolds/commit/332c5ff77ef74b08a5349e80c64cc35a7ea1bbed))
# 4.4.0 (2023-02-25)
### Performance Improvements
- 🔖 publish v4.4.0
([c54cc52](https://github.com/guanghechen/node-scaffolds/commit/c54cc52236ed01f80b310cb8c0a07fe0beb42755))
- ⬆️ upgrade devDependencies
([3a4d2de](https://github.com/guanghechen/node-scaffolds/commit/3a4d2def1cc59fdabe58888da7970da348de538a))
# 4.3.0 (2023-02-21)
### Performance Improvements
- 🔖 publish v4.3.0
([501a8df](https://github.com/guanghechen/node-scaffolds/commit/501a8dfb2cf7ff8302af41cf24acf99ca5c254c8))
## 4.2.2 (2023-02-20)
### Performance Improvements
- 🔖 publish v4.2.2
([bf0f251](https://github.com/guanghechen/node-scaffolds/commit/bf0f251214e1eac2056911e2ad7895dfa19959d7))
## 4.2.1 (2023-02-20)
### Performance Improvements
- 🔖 publish v4.2.1
([6a117ec](https://github.com/guanghechen/node-scaffolds/commit/6a117ece78cfaeff8d7d14da548e07d20a2816a7))
# 4.2.0 (2023-02-19)
### Performance Improvements
- 🔖 publish v4.2.0
([ee9c6e2](https://github.com/guanghechen/node-scaffolds/commit/ee9c6e246278aa1bd6a2f5802891b4b41f5fbb6f))
## 4.1.3 (2023-02-18)
### Performance Improvements
- 🔖 publish v4.1.3
([89ce0d8](https://github.com/guanghechen/node-scaffolds/commit/89ce0d84e973cc87444db249ea6a6eeb6572a524))
## 4.1.2 (2023-02-18)
### Performance Improvements
- 🔖 publish v4.1.2
([ff461e9](https://github.com/guanghechen/node-scaffolds/commit/ff461e94432c8baa395c4d82af81f53448ff5084))
## 4.1.1 (2023-02-18)
### Performance Improvements
- 🔖 publish v4.1.1
([01f6698](https://github.com/guanghechen/node-scaffolds/commit/01f6698a7456bddbfe1c62df41d500e83a68de0d))
- ⬆️ upgrade devDependencies
([e46df0d](https://github.com/guanghechen/node-scaffolds/commit/e46df0def851adee643918b6626f1f867eb729e4))
# 4.1.0 (2023-02-18)
### Performance Improvements
- 🔖 publish v4.1.0
([a2eb1f3](https://github.com/guanghechen/node-scaffolds/commit/a2eb1f37d4646e3e612f3b407a6cf078daf436a6))
# 4.0.0 (2023-02-13)
### Performance Improvements
- 🔖 publish v4.0.0
([a635369](https://github.com/guanghechen/node-scaffolds/commit/a63536936a3d9886579f405da75606be0dc2bb81))
# 4.0.0-alpha.8 (2023-02-12)
### Performance Improvements
- 🔖 publish v4.0.0-alpha.8
([07368f1](https://github.com/guanghechen/node-scaffolds/commit/07368f180b4184a9a1a56a7b4699d11c02375fa9))
# 4.0.0-alpha.7 (2023-02-12)
### Performance Improvements
- :art: [BREAKING] refactor(chalk-logger): prefer the term 'flight' to 'flag'
([cd891d2](https://github.com/guanghechen/node-scaffolds/commit/cd891d21d559ab5876ccb8c95e274a76c8fc34f1))
- 🔖 publish v4.0.0-alpha.7
([c93c32c](https://github.com/guanghechen/node-scaffolds/commit/c93c32cdebd9525f5db4e9219eb2fb6d750bffea))
- 🔧 upgrade devDependencies
([320adbe](https://github.com/guanghechen/node-scaffolds/commit/320adbe4fdd15f859933c1eb913518e687942004))
# 4.0.0-alpha.6 (2023-02-08)
### Performance Improvements
- 🔖 publish v4.0.0-alpha.6
([a9e5548](https://github.com/guanghechen/node-scaffolds/commit/a9e55488e45affeedc069037e18743c1856b208b))
# 4.0.0-alpha.5 (2023-02-05)
### Performance Improvements
- 🔖 publish v4.0.0-alpha.5
([df74a71](https://github.com/guanghechen/node-scaffolds/commit/df74a71a3ac9afa7a54e423e691e5bbf7122deeb))
# 4.0.0-alpha.4 (2023-02-04)
### Performance Improvements
- 🔖 publish v4.0.0-alpha.4
([bbbbb92](https://github.com/guanghechen/node-scaffolds/commit/bbbbb92773cd18e39a848bc1a3e54e0d80388c23))
# 4.0.0-alpha.3 (2023-02-04)
### Performance Improvements
- 🔖 publish v4.0.0-alpha.3
([1f3b9e1](https://github.com/guanghechen/node-scaffolds/commit/1f3b9e198486a47e8d400f89e581985e03b57ded))
# 4.0.0-alpha.2 (2023-02-04)
### Performance Improvements
- 🔖 publish v4.0.0-alpha.2
([42930f9](https://github.com/guanghechen/node-scaffolds/commit/42930f930e2f81eb227fd61dd8af9c9afd40528f))
# 4.0.0-alpha.1 (2023-02-04)
### Performance Improvements
- 🔖 publish v4.0.0-alpha.1
([66bd5c7](https://github.com/guanghechen/node-scaffolds/commit/66bd5c7f0ee9b32f269cc366c33575fcef01fa97))
- ⬆️ upgrade devDependencies
([75c3da9](https://github.com/guanghechen/node-scaffolds/commit/75c3da99c657543aaa9a8c1517766f0044898b22))
# 4.0.0-alpha.0 (2023-02-04)
### Performance Improvements
- fix dependencies
([b965f32](https://github.com/guanghechen/node-scaffolds/commit/b965f32ee622eaa98a81a3dd22adb8a856966540))
- 🎨 prefer built-in module node:fs/promises instead of fs-extra
([591c45a](https://github.com/guanghechen/node-scaffolds/commit/591c45a6fec2a3707f80cb2716d542c5132176c6))
- 🔖 publish v4.0.0-alpha.0
([2e04d90](https://github.com/guanghechen/node-scaffolds/commit/2e04d90202c630a1bbef60440b9504c993bb37fb))
- 📝 update doc url
([c99c7f8](https://github.com/guanghechen/node-scaffolds/commit/c99c7f8849dc96e800d0fd166ac8fe748b1356f0))
- ⬆️ upgrade dependencies
([f72ecb0](https://github.com/guanghechen/node-scaffolds/commit/f72ecb02a5c74f791c465aefacf11fe24e2fa1e2))
- ⬆️ upgrade devDependencies
([325e12d](https://github.com/guanghechen/node-scaffolds/commit/325e12d78a76d205ad82a1c8a6758a34df404c34))
- ⬆️ upgrade devDependencies
([5abb430](https://github.com/guanghechen/node-scaffolds/commit/5abb430a3b59da5ab02c2b55cc30cc46e6a627b5))
## 3.0.2 (2023-01-14)
### Performance Improvements
- 🔖 publish v3.0.2
([6837f48](https://github.com/guanghechen/node-scaffolds/commit/6837f483f60ac736a14941616f36600043b0b992))
## 3.0.1 (2023-01-14)
### Performance Improvements
- 🔖 publish v3.0.1
([d10a768](https://github.com/guanghechen/node-scaffolds/commit/d10a768cddab80934dcd6c0fc6316383e8f44a52))
- ⬆️ upgrade devDependencies
([2993a46](https://github.com/guanghechen/node-scaffolds/commit/2993a46e3665c7cfb23858f44812498cb2f39573))
# 3.0.0 (2023-01-09)
### Performance Improvements
- 🔖 publish v3.0.0
([a8cbe2a](https://github.com/guanghechen/node-scaffolds/commit/a8cbe2af542ccc3e112c9ee7cf564a496312a1e2))
# 3.0.0-alpha.5 (2023-01-05)
### Performance Improvements
- 🔖 publish v3.0.0-alpha.5
([ff359c7](https://github.com/guanghechen/node-scaffolds/commit/ff359c7d9fcd48603b88b87698d825992ff55886))
# 3.0.0-alpha.4 (2023-01-04)
### Performance Improvements
- :wrench: fix commonjs entry
([259e185](https://github.com/guanghechen/node-scaffolds/commit/259e185ee811cebc4cf9b41d8c27c937460ef6d4))
- 🔖 publish v3.0.0-alpha.4
([ac69bef](https://github.com/guanghechen/node-scaffolds/commit/ac69bef736b78ddb90fd6830371118dcadaececa))
# 3.0.0-alpha.3 (2023-01-04)
### Performance Improvements
- 🔖 publish v3.0.0-alpha.3
([d05d30a](https://github.com/guanghechen/node-scaffolds/commit/d05d30a9812564cd3e19835bf1b6462df64fdda4))
- 🔧 support dual esm/commonjs packages
([90363f5](https://github.com/guanghechen/node-scaffolds/commit/90363f585471b527063133dedb1dff50d8b2a890))
- 🔧 update npm script
([a03b921](https://github.com/guanghechen/node-scaffolds/commit/a03b9213b995235033a01c15df4e69ba2c97a494))
# 3.0.0-alpha.2 (2023-01-02)
### Performance Improvements
- :wrench: [BREAKING] chore: support ESM only
([29b8c42](https://github.com/guanghechen/node-scaffolds/commit/29b8c421c0a2dfdd04cf4d7ff3ef0e5a93d70e16))
- 🔖 publish v3.0.0-alpha.2
([76c56b7](https://github.com/guanghechen/node-scaffolds/commit/76c56b76cb6b1fb368d47a8c20d2c06398f0009b))
# 3.0.0-alpha.1 (2023-01-02)
### Performance Improvements
- 🔖 publish v3.0.0-alpha.1
([69dd141](https://github.com/guanghechen/node-scaffolds/commit/69dd141feb9fae875cf252ac6f6404542425a147))
# 3.0.0-alpha.0 (2022-12-31)
### Performance Improvements
- :sparkles: [BREAKING] improve(mini-copy): support ESM format only
([8cb0e74](https://github.com/guanghechen/node-scaffolds/commit/8cb0e74ff1065e9c212381d6e8a7e9628b5f3eff))
- 🔧 fix test
([6f911d4](https://github.com/guanghechen/node-scaffolds/commit/6f911d421240af2f17e6283bc4cbd53a32ac3bdc))
- 🔖 publish v3.0.0-alpha.0
([cf4b41a](https://github.com/guanghechen/node-scaffolds/commit/cf4b41a4fbd48d5ef5237b6827ddef1fe9484576))
- 📝 update link for v3.x.x
([f39886b](https://github.com/guanghechen/node-scaffolds/commit/f39886b5568ad9ba3d9e09bc56947725c363c5f3))
## 2.1.4 (2022-11-03)
### Performance Improvements
- 🔖 publish v2.1.4
([8eedd0e](https://github.com/guanghechen/node-scaffolds/commit/8eedd0e65701ed9c63e7b5682dfbd96545136c0f))
## 2.1.3 (2022-11-03)
### Performance Improvements
- 🔖 publish v2.1.3
([79de5ac](https://github.com/guanghechen/node-scaffolds/commit/79de5ac90778283d4405357b50a2d291eecf4040))
## 2.1.2 (2022-10-20)
### Performance Improvements
- 🔖 publish v2.1.2
([1815a70](https://github.com/guanghechen/node-scaffolds/commit/1815a70b6f81b50d08b3de21692c51c32aeb4d10))
## 2.1.1 (2022-10-13)
### Performance Improvements
- 🔖 publish v2.1.1
([717d5f1](https://github.com/guanghechen/node-scaffolds/commit/717d5f12e96e7cf93340c75eb100356220e5e9ca))
# 2.1.0 (2022-09-18)
### Performance Improvements
- 🔖 publish v2.1.0
([43dcadd](https://github.com/guanghechen/node-scaffolds/commit/43dcadd72fe3ce0c0aa040c0b810e286769a9a24))
# 2.0.0 (2022-09-17)
### Performance Improvements
- 🔖 publish v2.0.0
([543c55f](https://github.com/guanghechen/node-scaffolds/commit/543c55f065895fef8fc2d3865cf6a4b72091355a))
- 🔧 support node >= 16
([208522b](https://github.com/guanghechen/node-scaffolds/commit/208522b6a7f8eba53a2562595706b25d63e91c29))
- 📝 update READMEs
([d6743d2](https://github.com/guanghechen/node-scaffolds/commit/d6743d24c94ea6c7a24ff4a2dc48113a2c2f96ce))
# 2.0.0-alpha.3 (2022-09-15)
### Performance Improvements
- 🔖 publish v2.0.0-alpha.3
([3214b8d](https://github.com/guanghechen/node-scaffolds/commit/3214b8d4b812707ccf1358d0f0fe1dc5c462a343))
# 2.0.0-alpha.2 (2022-08-27)
### Performance Improvements
- 🔖 publish v2.0.0-alpha.2
([2d52783](https://github.com/guanghechen/node-scaffolds/commit/2d5278386a2d9503cb5c88d237d3a2dd34488446))
- 🔧 update build configs
([1770796](https://github.com/guanghechen/node-scaffolds/commit/177079603d8884e550cbc015f691f13939da056e))
# 2.0.0-alpha.1 (2022-08-13)
### Performance Improvements
- 🔖 publish v2.0.0-alpha.1
([55e1c7c](https://github.com/guanghechen/node-scaffolds/commit/55e1c7c75cf158298376c0a6dcd903cc6686a423))
# 2.0.0-alpha.0 (2022-08-05)
### Performance Improvements
- 🔖 publish v2.0.0-alpha.0
([fe24ebd](https://github.com/guanghechen/node-scaffolds/commit/fe24ebdb066667fadbea415d33f564f9823b51d9))
- 💥 refactor @guanghechen/chalk-logger
([7d8c62a](https://github.com/guanghechen/node-scaffolds/commit/7d8c62a2efe6f1c907be0a75b74913da98fac27c))
## 1.9.8 (2022-07-27)
### Performance Improvements
- 🔖 publish v1.9.8
([9651227](https://github.com/guanghechen/node-scaffolds/commit/9651227b2d65cb1759237ad654bd7afb1ceff63b))
## 1.9.7 (2022-07-17)
### Features
- ✨ add @guanghechen/mini-copy (migrated from https://github.com/lemon-clown/mini-copy)
([cfc3c6d](https://github.com/guanghechen/node-scaffolds/commit/cfc3c6d2cb62292da50bbf277a0485956874182b))
### Performance Improvements
- :bug: fix known issues
([d9cbc76](https://github.com/guanghechen/node-scaffolds/commit/d9cbc767966471be3ff4034421eacb494b562853))
- throw error if copy/paste failed
([ecccc27](https://github.com/guanghechen/node-scaffolds/commit/ecccc27b896249d6707d237c713ee90790230791))
- 🔖 publish v1.9.6
([ec6f615](https://github.com/guanghechen/node-scaffolds/commit/ec6f615fc210c12c58cced0fcf1804d78484361c))
- 🔖 publish v1.9.7
([99b6390](https://github.com/guanghechen/node-scaffolds/commit/99b6390ca8bbec3f7e68bc0aaf4a5b6df321a98f))
- 📝 update README
([d28b106](https://github.com/guanghechen/node-scaffolds/commit/d28b1068986a73cfec2f5d75aacfdbce062ff3e5))